We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 514615e commit ac7dca4Copy full SHA for ac7dca4
config.py
@@ -58,7 +58,7 @@
58
PLAYLIST_SUPPORT = os.getenv("PLAYLIST_SUPPORT", True)
59
ENABLE_ARIA2 = os.getenv("ENABLE_ARIA2", True)
60
61
-FREE_DOWNLOAD = os.getenv("FREE_DOWNLOAD", 1000)
+FREE_DOWNLOAD = os.getenv("FREE_DOWNLOAD", 20)
62
TOKEN_PRICE = os.getenv("BUY_UNIT", 20) # one USD=20 credits
63
64
RATE_LIMIT = os.getenv("RATE_LIMIT", 20)
0 commit comments