From 53791fbe21e4c6b61a58bddb0a4038ca5fdbdc9a Mon Sep 17 00:00:00 2001 From: Darnell Andries Date: Thu, 16 May 2024 12:47:31 -0700 Subject: [PATCH] Increase quotas --- command/command.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/command/command.go b/command/command.go index 1a85e552..4faa4d20 100644 --- a/command/command.go +++ b/command/command.go @@ -15,8 +15,8 @@ import ( var ( // Could be modified in tests. maxGUBatchSize = 500 - maxClientObjectQuota = 30000 - maxClientHistoryObjectQuota = 15000 + maxClientObjectQuota = 50000 + maxClientHistoryObjectQuota = 30000 ) const (