Skip to content

Commit

Permalink
Increase block time sample size (#10482)
Browse files Browse the repository at this point in the history
  • Loading branch information
infiloop2 authored Sep 5, 2023
1 parent c38b862 commit 0e2d15a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
)

var (
defaultSampleSize = int64(10)
defaultSampleSize = int64(200)
defaultBlockTime = time.Second * 1
)

Expand Down

0 comments on commit 0e2d15a

Please sign in to comment.