Skip to content
Snippets Groups Projects
Verified Commit 1729c4f8 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

250 is a saner default for playlist size

parent 497f81e5
No related branches found
No related tags found
No related merge requests found
......@@ -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=500)
PLAYLISTS_MAX_TRACKS = env.int('PLAYLISTS_MAX_TRACKS', default=250)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment