Commit b2c9738c authored by Jeromy's avatar Jeromy

bump kvalue from 10 to 20

License: MIT
Signed-off-by: default avatarJeromy <jeromyj@gmail.com>
parent e6a40c1a
......@@ -8,7 +8,7 @@ import (
var PoolSize = 6
// K is the maximum number of requests to perform before returning failure.
var KValue = 10
var KValue = 20
// Alpha is the concurrency factor for asynchronous requests.
var AlphaValue = 3
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment