瀏覽代碼

HPCC-24695 Fix maxConnections comment in file.ecl

Signed-off-by: Jake Smith <jake.smith@lexisnexisrisk.com>
Jake Smith 4 年之前
父節點
當前提交
681d0834d6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ecllibrary/std/File.ecl

+ 1 - 1
ecllibrary/std/File.ecl

@@ -412,7 +412,7 @@ EXPORT DfuPlusExec(varstring cmdline) :=
  * @param timeOut       The time in ms to wait for the operation to complete.  A value of 0 causes the call to return immediately.
  *                      Defaults to no timeout (-1).
  * @param espServerIpPort The url of the ESP file copying service. Defaults to the value of ws_fs_server in the environment.
- * @param maxConnections The maximum number of target nodes to write to concurrently.  Defaults to 1.
+ * @param maxConnections The maximum number of target nodes to write to concurrently.  Defaults to -1 (let system decide).
  * @param allowOverwrite Is it valid to overwrite an existing file of the same name?  Defaults to FALSE
  * @param replicate     Whether to replicate the new file. Defaults to FALSE.
  * @param compress      Whether to compress the new file. Defaults to FALSE.