Commit 726b61f2 authored by metacertain's avatar metacertain Committed by GitHub

feat: change global bandwidth refreshment rate (#2142)

parent 3e1abc48
...@@ -152,7 +152,7 @@ type Options struct { ...@@ -152,7 +152,7 @@ type Options struct {
} }
const ( const (
refreshRate = int64(6000000) refreshRate = int64(4500000)
basePrice = 10000 basePrice = 10000
) )
......
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