diff options
| author | 2018-08-06 10:36:56 +0200 | |
|---|---|---|
| committer | 2018-08-06 10:36:56 +0200 | |
| commit | 57f2575125e33e565ea0fae73550abb93bb874c0 (patch) | |
| tree | d77f4d0026377f79c33a2430b1bcc93c747ecd2f | |
| parent | Merge branch 'roles-command-restriction' into 'master' (diff) | |
setting links max to 20 while we work on issue 47
| -rw-r--r-- | config-default.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config-default.yml b/config-default.yml index cfe456fbe..772169a29 100644 --- a/config-default.yml +++ b/config-default.yml @@ -280,7 +280,7 @@ anti_spam: links: interval: 10 - max: 4 + max: 20 mentions: interval: 10 |