Increase default seeding time and decread default pause time in config.json

This commit is contained in:
anthonyraymond 2017-04-22 23:42:33 +02:00
parent 1ca103b4c5
commit a31f0e9fd2

View file

@ -1,7 +1,7 @@
{
"minUploadRate": 180,
"maxUploadRate": 190,
"seedFor": 840,
"waitBetweenSeed": 600,
"seedFor": 1200,
"waitBetweenSeed": 240,
"client": "azureus-5.7.5.0.client"
}