diff options
| author | 2021-08-23 22:01:41 +0300 | |
|---|---|---|
| committer | 2021-08-23 22:01:41 +0300 | |
| commit | dbf09b00baf96b940364cacf725123994b02ddfd (patch) | |
| tree | ddb2870ffea70a96d5d4d5b42698ebe5cd7c0bef /config-default.yml | |
| parent | Remove restriction on snowflake command (diff) | |
| parent | Merge pull request #1760 from python-discord/mbaruh/anti-spam (diff) | |
Merge branch 'main' into pr/nostafflake
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config-default.yml b/config-default.yml index 79828dd77..eaf8e0ad7 100644 --- a/config-default.yml +++ b/config-default.yml @@ -377,6 +377,8 @@ urls: anti_spam: + cache_size: 100 + # Clean messages that violate a rule. clean_offending: true ping_everyone: true |