mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Upping data upload limit to 5mb.
This commit is contained in:
parent
6107dcaf66
commit
96b29bb037
1 changed files with 2 additions and 0 deletions
|
@ -94,6 +94,8 @@ AUTO_PREMIUM_NEW_USERS = True
|
|||
AUTO_ENABLE_NEW_USERS = True
|
||||
ENFORCE_SIGNUP_CAPTCHA = False
|
||||
PAYPAL_TEST = False
|
||||
DATA_UPLOAD_MAX_MEMORY_SIZE = 5242880 # 5 MB
|
||||
FILE_UPLOAD_MAX_MEMORY_SIZE = 5242880 # 5 MB
|
||||
|
||||
# Uncomment below to force all feeds to store this many stories. Default is to cut
|
||||
# off at 25 stories for single subscriber non-premium feeds and 500 for popular feeds.
|
||||
|
|
Loading…
Add table
Reference in a new issue