joaohortsenado
3 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
sapl/settings.py
|
|
|
@ -316,7 +316,7 @@ MAX_DOC_UPLOAD_SIZE = 150 * 1024 * 1024 # 150MB |
|
|
|
MAX_IMAGE_UPLOAD_SIZE = 2 * 1024 * 1024 # 2MB |
|
|
|
DATA_UPLOAD_MAX_MEMORY_SIZE = 10 * 1024 * 1024 # 10MB |
|
|
|
|
|
|
|
RATE_LIMITER_RATE = config('RATE_LIMITER_RATE', default='10/m') |
|
|
|
RATE_LIMITER_RATE = config('RATE_LIMITER_RATE', default='35/m') |
|
|
|
|
|
|
|
# Internationalization |
|
|
|
# https://docs.djangoproject.com/en/1.8/topics/i18n/ |
|
|
|
|