Skip to content

Commit

Permalink
Merge pull request #53 from brave/revert_longer_poll_and_session_comm…
Browse files Browse the repository at this point in the history
…it_delay

Revert "Merge pull request #39 from brave/set_poll_60"
  • Loading branch information
yrliou authored Oct 8, 2020
2 parents 660ab62 + d91db04 commit b1cf838
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

2 comments on commit b1cf838

@mehdi-miner
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

New

@mehdi-miner
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.