Skip to content

Commit 585f280

Browse files
committed
Increase object limit to 75k
1 parent 1622066 commit 585f280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

command/command.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
var (
1616
// Could be modified in tests.
1717
maxGUBatchSize = 500
18-
maxClientObjectQuota = 50000
18+
maxClientObjectQuota = 75000
1919
)
2020

2121
const (

0 commit comments

Comments
 (0)