Skip to content

Commit

Permalink
ipfsSync: increase timestamp window
Browse files Browse the repository at this point in the history
  • Loading branch information
p4u committed Nov 23, 2023
1 parent 54785ea commit 89d1db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipfssync/ipfssync.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func NewIPFSsync(dataDir, groupKey, privKeyHex, transport string, storage data.S
UpdateInterval: time.Second * 20,
Timeout: time.Second * 600,
Storage: storage.(*data.IPFSHandle),
TimestampWindow: 180, // seconds
TimestampWindow: 3000, // seconds
Messages: make(chan *subpub.Message),
}
if transport == "privlibp2p" {
Expand Down

0 comments on commit 89d1db7

Please sign in to comment.