Skip to content

Commit 9830c58

Browse files
committed
chore(backup)_: double interval in between waku backups
This is a light deprecation of Waku backups
1 parent 6fffb74 commit 9830c58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protocol/messenger_backup.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ var backupTickerInterval = 120 * time.Second
2525

2626
// backupIntervalSeconds is the amount of seconds we should allow between
2727
// backups
28-
var backupIntervalSeconds uint64 = 28800
28+
var backupIntervalSeconds uint64 = 57600
2929

3030
type CommunitySet struct {
3131
Joined []*communities.Community

0 commit comments

Comments
 (0)