setting limit_count default to false after implementing dynamic dl queue

This commit is contained in:
simon 2021-09-26 12:01:51 +07:00
parent 72e45bcf5a
commit fab918db79
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
"channel_size": 50
},
"downloads": {
"limit_count": 5,
"limit_count": false,
"limit_speed": false,
"sleep_interval": 3,
"format": false,