summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-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 8a2e40b..19ac85d 100644
--- a/core/models/config.py
+++ b/core/models/config.py
@@ -100,6 +100,7 @@ class Config(models.Model):
site_name: str = "takahē"
highlight_color: str = "#449c8c"
+ post_length: int = 500
identity_max_age: int = 24 * 60 * 60
class UserOptions(pydantic.BaseModel):