Change MAX_CONTENT_LENGTH, I2PTunnel can't stand more

master
HidUser0 2023-01-16 13:48:01 +03:00
parent 925e35a292
commit 8cc3323f53
Signed by: HidUser0
GPG Key ID: 7E3251A2FA52F006
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ FHOST_STORAGE_PATH = 'storage/'
PREFERRED_URL_SCHEME = 'http'
DEBUG = False
SQLALCHEMY_TRACK_MODIFICATIONS = False
MAX_CONTENT_LENGTH = 128 * 1024 * 1024
MAX_CONTENT_LENGTH = 32 * 1024 * 1024
MIN_DAYS = 15
MAX_DAYS = 200
MAX_URL_LENGTH = 4096