From 96fd3f4b2bb6ef4a3a6d8e2c5a6b3717b9982a57 Mon Sep 17 00:00:00 2001 From: David Schultz Date: Thu, 21 Dec 2023 11:33:40 -0600 Subject: [PATCH] fix 'route_stats' --- file_catalog/server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file_catalog/server.py b/file_catalog/server.py index 00fb852..9c6dcd1 100644 --- a/file_catalog/server.py +++ b/file_catalog/server.py @@ -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"], },