storage: update benchmark config

This commit is contained in:
Leo Balduf 2017-08-25 19:41:41 +02:00
parent d026424038
commit 8ee8793867

View file

@ -14,6 +14,7 @@ func createNew() s.PeerStore {
PeerLifetime: 30 * time.Minute,
PreferredIPv4SubnetMaskBitsSet: 31,
PreferredIPv6SubnetMaskBitsSet: 64,
PrometheusReportingInterval: 10 * time.Minute,
})
if err != nil {
panic(err)