Skip to content

Commit 77772ca

Browse files
Merge pull request #531 from shutter-network/feature/251-floodsub-peer-discovery
feat: updated default config for floodsub
2 parents fe4ea5f + 2075641 commit 77772ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rolling-shutter/p2p/config.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ func (c *Config) Validate() error {
6262
func (c *Config) SetDefaultValues() error {
6363
c.ListenAddresses = defaultListenAddrs
6464
c.Environment = env.EnvironmentProduction
65+
c.FloodSubDiscovery.Interval = 10
6566
return nil
6667
}
6768

0 commit comments

Comments
 (0)