mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-07-21 19:48:40 -04:00
Add config settings for background update parameters (#11980)
This commit is contained in:
parent
e6a106fd5e
commit
ef3619e61d
9 changed files with 430 additions and 34 deletions
|
@ -16,6 +16,7 @@ from .account_validity import AccountValidityConfig
|
|||
from .api import ApiConfig
|
||||
from .appservice import AppServiceConfig
|
||||
from .auth import AuthConfig
|
||||
from .background_updates import BackgroundUpdateConfig
|
||||
from .cache import CacheConfig
|
||||
from .captcha import CaptchaConfig
|
||||
from .cas import CasConfig
|
||||
|
@ -99,4 +100,5 @@ class HomeServerConfig(RootConfig):
|
|||
WorkerConfig,
|
||||
RedisConfig,
|
||||
ExperimentalConfig,
|
||||
BackgroundUpdateConfig,
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue