aboutsummaryrefslogtreecommitdiffstats
path: root/config-default.yml
diff options
context:
space:
mode:
authorGravatar Joseph Banks <[email protected]>2020-04-12 01:00:27 +0100
committerGravatar Joseph Banks <[email protected]>2020-04-12 01:00:27 +0100
commitd5cd996864fe213d1c804911c2a17a6d04b8e170 (patch)
treef2d340429eb14672a800a615769dfe5b79cae55d /config-default.yml
parentMerge pull request #876 from python-discord/stats (diff)
Add a timeout to prevent the bot from being overloaded with presence updates
Diffstat (limited to 'config-default.yml')
-rw-r--r--config-default.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/config-default.yml b/config-default.yml
index 567caacbf..4cd61ce10 100644
--- a/config-default.yml
+++ b/config-default.yml
@@ -3,7 +3,9 @@ bot:
token: !ENV "BOT_TOKEN"
sentry_dsn: !ENV "BOT_SENTRY_DSN"
- statsd_host: "graphite"
+ stats:
+ statsd_host: "graphite"
+ presence_update_timeout: 300
cooldowns:
# Per channel, per tag.