Skip to content

Commit

Permalink
make window size a nice multiple
Browse files Browse the repository at this point in the history
  • Loading branch information
dsschult committed Dec 21, 2023
1 parent d9f4e15 commit ff28fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion file_catalog/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class Config(Dict[str, Optional[Union[bool, int, str]]]):
'MONGODB_PORT': ConfigParamSpec(27017, int, 'MongoDB port'),
'MONGODB_URI': ConfigParamSpec(None, str, 'MongoDB URI'),
'ROUTESTATS_WINDOW_SIZE': ConfigParamSpec(
600,
1000,
int,
'Query window size to declare overload'
),
Expand Down

0 comments on commit ff28fb8

Please sign in to comment.