diff options
| author | 2020-04-12 01:00:27 +0100 | |
|---|---|---|
| committer | 2020-04-12 01:00:27 +0100 | |
| commit | d5cd996864fe213d1c804911c2a17a6d04b8e170 (patch) | |
| tree | f2d340429eb14672a800a615769dfe5b79cae55d /config-default.yml | |
| parent | Merge 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.yml | 4 |
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. |