Skip to content

Commit f305792

Browse files
committed
fixup
1 parent 08e3737 commit f305792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/library/yql/dq/actors/spilling/spilling_file.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ struct TFileSpillingServiceConfig {
1717
ui64 MaxFilePartSize = 0;
1818

1919
ui32 IoThreadPoolWorkersCount = 2;
20-
ui32 IoThreadPoolQueueSize = 100000;
20+
ui32 IoThreadPoolQueueSize = 1000;
2121
bool CleanupOnShutdown = false;
2222
};
2323

0 commit comments

Comments
 (0)