Skip to content

Commit f288dcc

Browse files
authored
25-1: reduce interconnect outgoing stream buffer size to 32KB (ydb-platform#15264) (ydb-platform#16838)
1 parent 14bf58d commit f288dcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/library/actors/interconnect/outgoing_stream.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,6 @@ namespace NInterconnect {
267267
}
268268
};
269269

270-
using TOutgoingStream = TOutgoingStreamT<262144>;
270+
using TOutgoingStream = TOutgoingStreamT<32768>;
271271

272272
} // NInterconnect

0 commit comments

Comments
 (0)