Skip to content

Commit

Permalink
fix 'route_stats'
Browse files Browse the repository at this point in the history
  • Loading branch information
dsschult committed Dec 21, 2023
1 parent 040fdc5 commit 96fd3f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion file_catalog/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def create(config: Dict[str, Any],
"config": config,
"db": mongo,
"debug": debug,
"routestats": {
"route_stats": {
"window_time": config["ROUTESTATS_WINDOW_SIZE"],
"timeout": config["ROUTESTATS_OVERLOAD_LIMIT"],
},
Expand Down

0 comments on commit 96fd3f4

Please sign in to comment.