We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c8add8 commit 6b96988Copy full SHA for 6b96988
1 file changed
README.md
@@ -18,13 +18,6 @@ CLIENT_SECRET = '[YOUR TOKEN HERE]'
18
19
# Your Download Location
20
DOWNLOAD_FOLDER = 'downloads/'
21
-
22
-# Use All The Cores Of your Computer to download songs at maximum speeds, can cause glitches
23
-USE_FULL_CORE = True
24
25
-# No of parallel downloads per time
26
-# !NOTE only usable when USE_FULL_CORE is disabled
27
-threshval = 5
28
```
29
30
# 2.Example app using boltz:
0 commit comments