We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1622066 commit 585f280Copy full SHA for 585f280
command/command.go
@@ -15,7 +15,7 @@ import (
15
var (
16
// Could be modified in tests.
17
maxGUBatchSize = 500
18
- maxClientObjectQuota = 50000
+ maxClientObjectQuota = 75000
19
)
20
21
const (
0 commit comments