Merge pull request #352 from mrd0ll4r/subnet-benchconf
storage: update benchmark config
This commit is contained in:
commit
7c666e336a
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ func createNew() s.PeerStore {
|
||||||
PeerLifetime: 30 * time.Minute,
|
PeerLifetime: 30 * time.Minute,
|
||||||
PreferredIPv4SubnetMaskBitsSet: 31,
|
PreferredIPv4SubnetMaskBitsSet: 31,
|
||||||
PreferredIPv6SubnetMaskBitsSet: 64,
|
PreferredIPv6SubnetMaskBitsSet: 64,
|
||||||
|
PrometheusReportingInterval: 10 * time.Minute,
|
||||||
})
|
})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
panic(err)
|
panic(err)
|
||||||
|
|
Loading…
Reference in a new issue