Skip to content

Commit 549e37c

Browse files
committed
fix: increase default interval
1 parent 67c8a5b commit 549e37c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/app/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class AppConfig(object):
5454
# Analytics
5555
APP_ANALYTICS_DB_PATH: str = "data/analytics.db"
5656
APP_ANALYTICS_RETENTION_DAYS: int = 7
57-
APP_ANALYTICS_COLLECTION_INTERVAL_SECONDS: int = 1
57+
APP_ANALYTICS_COLLECTION_INTERVAL_SECONDS: int = 30
5858
APP_ANALYTICS_ENABLED: bool = True
5959

6060
def __new__(cls):

0 commit comments

Comments
 (0)