Skip to content

Commit d35b323

Browse files
authored
reduce interconnect outgoing stream buffer size to 32KB (#15264)
1 parent 805e72e commit d35b323

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)