mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 01:29:16 +02:00
Denorm default true
This commit is contained in:
parent
f50a70f67a
commit
c29d0b17ea
3 changed files with 3 additions and 2 deletions
|
@ -1198,7 +1198,7 @@ On non-docker setup, you don't need to configure this setting.
|
|||
"""
|
||||
# When this is set to default=True, we need to reenable migration music/0042
|
||||
# to ensure data is populated correctly on existing pods
|
||||
MUSIC_USE_DENORMALIZATION = env.bool("MUSIC_USE_DENORMALIZATION", default=False)
|
||||
MUSIC_USE_DENORMALIZATION = env.bool("MUSIC_USE_DENORMALIZATION", default=True)
|
||||
|
||||
USERS_INVITATION_EXPIRATION_DAYS = env.int(
|
||||
"USERS_INVITATION_EXPIRATION_DAYS", default=14
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue