summaryrefslogtreecommitdiffstats
path: root/core/models/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'core/models/config.py')
-rw-r--r--core/models/config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/models/config.py b/core/models/config.py
index 9670c11..48da7de 100644
--- a/core/models/config.py
+++ b/core/models/config.py
@@ -216,6 +216,7 @@ class Config(models.Model):
content_warning_text: str = "Content Warning"
post_length: int = 500
+ post_minimum_interval: int = 3 # seconds
identity_min_length: int = 2
identity_max_per_user: int = 5
identity_max_age: int = 24 * 60 * 60