Skip to content

Commit

Permalink
Set polling interval to 60s and sessions commit delay to 30s
Browse files Browse the repository at this point in the history
  • Loading branch information
yrliou committed Jul 16, 2020
1 parent 36b938f commit 80b7205
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 80b7205

Please sign in to comment.