From 0189bc7f91093bcbd66beb623d20b165a559609e Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 28 Jul 2022 01:49:33 +0200 Subject: [PATCH] Update discourse_defaults.conf --- conf/discourse_defaults.conf | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/conf/discourse_defaults.conf b/conf/discourse_defaults.conf index 2585b9f..39276eb 100644 --- a/conf/discourse_defaults.conf +++ b/conf/discourse_defaults.conf @@ -225,7 +225,7 @@ s3_install_cors_rule = max_user_api_reqs_per_minute = 20 max_user_api_reqs_per_day = 2880 -max_admin_api_reqs_per_key_per_minute = 60 +max_admin_api_reqs_per_minute = 60 max_reqs_per_ip_per_minute = 200 max_reqs_per_ip_per_10_seconds = 50 @@ -318,7 +318,7 @@ anon_cache_store_threshold = 2 # you may restrict it so only specific themes are approved # in allowlist mode all theme updates must happen via git repos # themes missing from the list are automatically disallowed -# list is a comma seperated list of git repos eg: +# list is a comma separated list of git repos eg: # https://github.com/discourse/discourse-custom-header-links.git,https://github.com/discourse/discourse-simple-theme.git allowed_theme_repos = @@ -339,3 +339,12 @@ max_digests_enqueued_per_30_mins_per_site = 10000 # This cluster name can be passed to the /srv/status route to verify # the application cluster is the same one you are expecting cluster_name = + +# The YAML file used to configure multisite clusters +multisite_config_path = config/multisite.yml + +# If false, only short (regular) polling will be attempted +enable_long_polling = + +# Length of time to hold open a long polling connection in milliseconds +long_polling_interval =