mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
DATA_UPLOAD_MAX_NUMBER_FIELDS is a new django setting that we don't need (and is causing issues for users with lots of feeds).
This commit is contained in:
parent
0f77d1c441
commit
9a3234d26a
1 changed files with 1 additions and 0 deletions
|
@ -271,6 +271,7 @@ SESSION_COOKIE_DOMAIN = '.newsblur.com'
|
|||
SESSION_COOKIE_HTTPONLY = False
|
||||
SENTRY_DSN = 'https://XXXNEWSBLURXXX@app.getsentry.com/99999999'
|
||||
SESSION_SERIALIZER = 'django.contrib.sessions.serializers.PickleSerializer'
|
||||
DATA_UPLOAD_MAX_NUMBER_FIELDS = None # Handle long /reader/complete_river calls
|
||||
|
||||
if DEBUG:
|
||||
# EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
|
||||
|
|
Loading…
Add table
Reference in a new issue