Significantly drop the default settings for stator

pull/654/head
Andrew Godwin 2023-11-13 10:39:21 -07:00
rodzic 460d1d7e1c
commit 308dd033e1
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -148,8 +148,8 @@ class Settings(BaseSettings):
REMOTE_PRUNE_HORIZON: int = 90
# Stator tuning
STATOR_CONCURRENCY: int = 50
STATOR_CONCURRENCY_PER_MODEL: int = 15
STATOR_CONCURRENCY: int = 20
STATOR_CONCURRENCY_PER_MODEL: int = 4
# If user migration is allowed (off by default until outbound is done)
ALLOW_USER_MIGRATION: bool = False