Significantly drop the default settings for stator
This commit is contained in:
parent
460d1d7e1c
commit
308dd033e1
|
@ -148,8 +148,8 @@ class Settings(BaseSettings):
|
||||||
REMOTE_PRUNE_HORIZON: int = 90
|
REMOTE_PRUNE_HORIZON: int = 90
|
||||||
|
|
||||||
# Stator tuning
|
# Stator tuning
|
||||||
STATOR_CONCURRENCY: int = 50
|
STATOR_CONCURRENCY: int = 20
|
||||||
STATOR_CONCURRENCY_PER_MODEL: int = 15
|
STATOR_CONCURRENCY_PER_MODEL: int = 4
|
||||||
|
|
||||||
# If user migration is allowed (off by default until outbound is done)
|
# If user migration is allowed (off by default until outbound is done)
|
||||||
ALLOW_USER_MIGRATION: bool = False
|
ALLOW_USER_MIGRATION: bool = False
|
||||||
|
|
Loading…
Reference in New Issue