Skip to content

Commit 290386c

Browse files
increased spilling io queue limit (#17749)
1 parent 065dd6e commit 290386c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/protos/table_service_config.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ message TTableServiceConfig {
6666

6767
message TIoThreadPoolConfig {
6868
optional uint32 WorkersCount = 1 [default = 2];
69-
optional uint32 QueueSize = 2 [default = 1000];
69+
optional uint32 QueueSize = 2 [default = 10000];
7070
};
7171
optional TIoThreadPoolConfig IoThreadPool = 6;
7272
}

0 commit comments

Comments
 (0)