Skip to content

Commit

Permalink
Merge pull request #267 from brave/sync-period-init-fix
Browse files Browse the repository at this point in the history
Increase quotas
  • Loading branch information
DJAndries authored May 17, 2024
2 parents 7b7cd86 + 53791fb commit cda9991
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 @@ -15,8 +15,8 @@ import (
var (
// Could be modified in tests.
maxGUBatchSize = 500
maxClientObjectQuota = 30000
maxClientHistoryObjectQuota = 15000
maxClientObjectQuota = 50000
maxClientHistoryObjectQuota = 30000
)

const (
Expand Down

0 comments on commit cda9991

Please sign in to comment.