mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-21 14:51:02 +00:00
Significantly drop the default settings for stator
This commit is contained in:
parent
460d1d7e1c
commit
308dd033e1
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue