Skip to content

Commit 09b5e2c

Browse files
committed
Fix
1 parent 840f2c1 commit 09b5e2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/persqueue/fetch_request_actor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ struct TEvPrivate {
481481

482482
if (IsQuotaRequired()) {
483483
PendingQuotaAmount = CalcRuConsumption(GetPayloadSize(record)) + Settings.ChargeExtraRU ? 1 : 0;
484-
Settings.ChargeExtraRU = 0;
484+
Settings.ChargeExtraRU = false;
485485
RequestDataQuota(PendingQuotaAmount, ctx);
486486
} else {
487487
ProceedFetchRequest(ctx);

0 commit comments

Comments
 (0)