Skip to content

Commit

Permalink
RowDispatcher: split log messages by 64k (#13491)
Browse files Browse the repository at this point in the history
  • Loading branch information
kardymonds authored Jan 20, 2025
1 parent 1cd7fb3 commit 6caf6c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/core/fq/libs/row_dispatcher/row_dispatcher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ struct TAggQueryStat {

ui64 UpdateMetricsPeriodSec = 60;
ui64 PrintStateToLogPeriodSec = 600;
ui64 PrintStateToLogSplitSize = 512000;
ui64 PrintStateToLogSplitSize = 64000;
ui64 MaxSessionBufferSizeBytes = 16000000;

class TRowDispatcher : public TActorBootstrapped<TRowDispatcher> {
Expand Down

0 comments on commit 6caf6c7

Please sign in to comment.