We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08e3737 commit f305792Copy full SHA for f305792
ydb/library/yql/dq/actors/spilling/spilling_file.h
@@ -17,7 +17,7 @@ struct TFileSpillingServiceConfig {
17
ui64 MaxFilePartSize = 0;
18
19
ui32 IoThreadPoolWorkersCount = 2;
20
- ui32 IoThreadPoolQueueSize = 100000;
+ ui32 IoThreadPoolQueueSize = 1000;
21
bool CleanupOnShutdown = false;
22
};
23
0 commit comments