SteveYurongSu commented on code in PR #9480:
URL: https://github.com/apache/iotdb/pull/9480#discussion_r1152049632


##########
node-commons/src/assembly/resources/conf/iotdb-common.properties:
##########
@@ -913,6 +904,18 @@ cluster_name=defaultCluster
 ### PIPE Configuration
 ####################
 
+# Uncomment the following field to configure the pipe lib directory.
+# For Window platform
+# If its prefix is a drive specifier followed by "\\", or if its prefix is 
"\\\\", then the path is
+# absolute. Otherwise, it is relative.
+# pipe_lib_dir=ext\\pipe
+# For Linux platform
+# If its prefix is "/", then the path is absolute. Otherwise, it is relative.
+# pipe_lib_dir=ext/pipe
+
+# The maximum number of threads that can be used to execute the pipe subtasks 
in PipeSubtaskExecutor.
+# pipeMaxThreadNum = 5

Review Comment:
   ```suggestion
   # pipe_max_thread_num = 5
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to