diff --git a/command/command.go b/command/command.go index 21957cd8..6edaa168 100644 --- a/command/command.go +++ b/command/command.go @@ -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 )