Skip to content

Commit

Permalink
Merge pull request #39 from brave/set_poll_60
Browse files Browse the repository at this point in the history
Set polling interval to 60s and sessions commit delay to 30s
  • Loading branch information
yrliou authored Jul 16, 2020
2 parents 36b938f + 80b7205 commit d7f4f5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions command/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ var (
const (
storeBirthday string = "1"
maxCommitBatchSize int32 = 90
sessionsCommitDelaySeconds int32 = 11
setSyncPollInterval int32 = 30
sessionsCommitDelaySeconds int32 = 30
setSyncPollInterval int32 = 60
nigoriTypeID int32 = 47745
)

Expand Down

0 comments on commit d7f4f5d

Please sign in to comment.