Skip to content

Commit 2075641

Browse files
feat: updated default config for floodsub
1 parent 4480c53 commit 2075641

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)