提交 0396fb96 作者: Jeromy

bump kvalue from 10 to 20

License: MIT
Signed-off-by: 's avatarJeromy <jeromyj@gmail.com>
上级 400a1aec
...@@ -8,7 +8,7 @@ import ( ...@@ -8,7 +8,7 @@ import (
var PoolSize = 6 var PoolSize = 6
// K is the maximum number of requests to perform before returning failure. // 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. // Alpha is the concurrency factor for asynchronous requests.
var AlphaValue = 3 var AlphaValue = 3
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论