From c86d38229a9f3dea067e103dc0f1a924348fc95b Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Wed, 19 Jul 2023 17:19:22 +0000 Subject: [PATCH] Don't log hosting monthly high scores route --- apiserver/apiserver/api/throttles.py | 1 + 1 file changed, 1 insertion(+) diff --git a/apiserver/apiserver/api/throttles.py b/apiserver/apiserver/api/throttles.py index 042c5e7..3190cdb 100644 --- a/apiserver/apiserver/api/throttles.py +++ b/apiserver/apiserver/api/throttles.py @@ -29,6 +29,7 @@ class LoggingThrottle(throttling.BaseThrottle): '/pinball/monthly_high_scores/', '/protocoin/printer_balance/', '/hosting/high_scores/', + '/hosting/monthly_high_scores/', '/stats/ord2/printer3d/', '/stats/ord3/printer3d/' ]: