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 b1e07c7 commit 515991dCopy full SHA for 515991d
iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/conf/CommonConfig.java
@@ -203,7 +203,7 @@ public class CommonConfig {
203
204
private boolean pipeFileReceiverFsyncEnabled = true;
205
206
- private int pipeRealTimeQueuePollHistoryThreshold = 100;
+ private int pipeRealTimeQueuePollHistoryThreshold = 1;
207
208
/** The maximum number of threads that can be used to execute subtasks in PipeSubtaskExecutor. */
209
private int pipeSubtaskExecutorMaxThreadNum =
0 commit comments