Skip to content

Commit

Permalink
Revert "Merge pull request #39 from brave/set_poll_60"
Browse files Browse the repository at this point in the history
This reverts commit d7f4f5d, reversing
changes made to 36b938f.

Reverts sync poll and sessions commit delay back to 30s and 11s.
  • Loading branch information
yrliou committed Oct 8, 2020
1 parent 660ab62 commit d91db04
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 @@ -21,8 +21,8 @@ var (
const (
storeBirthday string = "1"
maxCommitBatchSize int32 = 90
sessionsCommitDelaySeconds int32 = 30
setSyncPollInterval int32 = 60
sessionsCommitDelaySeconds int32 = 11
setSyncPollInterval int32 = 30
nigoriTypeID int32 = 47745
)

Expand Down

0 comments on commit d91db04

Please sign in to comment.