Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Maxence Bothorel
funkwhale
Commits
1729c4f8
Verified
Commit
1729c4f8
authored
Mar 20, 2018
by
Eliot Berriot
Browse files
250 is a saner default for playlist size
parent
497f81e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
api/config/settings/common.py
View file @
1729c4f8
...
...
@@ -384,4 +384,4 @@ ADMIN_URL = env('DJANGO_ADMIN_URL', default='^api/admin/')
CSRF_USE_SESSIONS
=
True
# Playlist settings
PLAYLISTS_MAX_TRACKS
=
env
.
int
(
'PLAYLISTS_MAX_TRACKS'
,
default
=
5
0
0
)
PLAYLISTS_MAX_TRACKS
=
env
.
int
(
'PLAYLISTS_MAX_TRACKS'
,
default
=
2
50
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment