summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--yt/yt/client/api/queue_client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt/yt/client/api/queue_client.h b/yt/yt/client/api/queue_client.h
index ad489e547ae..658dbd5b397 100644
--- a/yt/yt/client/api/queue_client.h
+++ b/yt/yt/client/api/queue_client.h
@@ -27,7 +27,7 @@ struct TPullRowsOptions
NChaosClient::TReplicationProgress ReplicationProgress;
NTransactionClient::TTimestamp UpperTimestamp = NTransactionClient::NullTimestamp;
NTableClient::TTableSchemaPtr TableSchema;
- i64 MaxDataWeight = 1_GB;
+ i64 MaxDataWeight = 20_MB;
IReservingMemoryUsageTrackerPtr MemoryTracker;
};