update scheduler default QPS and Burst (#1480)

Signed-off-by: Thor-wl <13164644535@163.com>
This commit is contained in:
WuLei 2021-05-20 17:32:44 +08:00 committed by GitHub
parent c42107c2ee
commit d035e46c7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -32,8 +32,8 @@ const (
defaultListenAddress = ":8080"
defaultPluginsDir = ""
defaultQPS = 50.0
defaultBurst = 100
defaultQPS = 2000.0
defaultBurst = 2000
// Default parameters to control the number of feasible nodes to find and score
defaultMinPercentageOfNodesToFind = 5