feat: ✨ post and comment length limit
fix: 🚑 user extraction from url
This commit is contained in:
parent
6d3b6a4e79
commit
11f101638e
13 changed files with 185 additions and 104 deletions
|
@ -4,3 +4,5 @@ otp_time_limit = 15
|
|||
login_token_expiration_time_limit = 15
|
||||
login_token_refresh_time_limit = 30
|
||||
concurrency_limit = -1
|
||||
post_length_limit = 1048576
|
||||
comment_length_limit = 1048576
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue