mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 06:19:24 +02:00
Capped number of tracks in playlists
This commit is contained in:
parent
d8486beeb0
commit
944135e752
3 changed files with 28 additions and 0 deletions
|
@ -383,3 +383,6 @@ CACHEOPS = {
|
|||
# Custom Admin URL, use {% url 'admin:index' %}
|
||||
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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue