[sankaku] increase default values for 'wait-min/-max'
This commit is contained in:
@@ -590,7 +590,7 @@ extractor.sankaku.wait-min & .wait-max
|
||||
--------------------------------------
|
||||
=========== =====
|
||||
Type ``float``
|
||||
Default ``2.5`` and ``5.0``
|
||||
Default ``3.0`` and ``6.0``
|
||||
Description Minimum and maximum wait time in seconds between each image
|
||||
|
||||
Sankaku Channel responds with ``429 Too Many Requests`` if it
|
||||
|
||||
@@ -50,8 +50,8 @@
|
||||
{
|
||||
"username": null,
|
||||
"password": null,
|
||||
"wait-min": 2.5,
|
||||
"wait-max": 5.0
|
||||
"wait-min": 3.0,
|
||||
"wait-max": 6.0
|
||||
},
|
||||
"imgur":
|
||||
{
|
||||
@@ -92,8 +92,8 @@
|
||||
{
|
||||
"username": null,
|
||||
"password": null,
|
||||
"wait-min": 2.5,
|
||||
"wait-max": 5.0
|
||||
"wait-min": 3.0,
|
||||
"wait-max": 6.0
|
||||
},
|
||||
"seiga":
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user