fix media_startup_check typo
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
06531993f6
commit
4788040458
2 changed files with 2 additions and 2 deletions
|
@ -401,7 +401,7 @@ allow_profile_lookup_federation_requests = true
|
|||
# setting this to false may reduce startup time.
|
||||
#
|
||||
# Enabled by default.
|
||||
#media_statup_check = true
|
||||
#media_startup_check = true
|
||||
|
||||
# OpenID token expiration/TTL in seconds
|
||||
#
|
||||
|
|
|
@ -14,7 +14,7 @@ yes_i_am_very_very_sure_i_want_an_open_registration_server_prone_to_abuse = true
|
|||
ip_range_denylist = []
|
||||
url_preview_domain_contains_allowlist = ["*"]
|
||||
media_compat_file_link = false
|
||||
media_statup_check = false
|
||||
media_startup_check = false
|
||||
rocksdb_direct_io = false
|
||||
|
||||
[global.tls]
|
||||
|
|
Loading…
Add table
Reference in a new issue