From 70f837dbd4d32f9f15af503bf18ad6095879251a Mon Sep 17 00:00:00 2001 From: gregwilmer Date: Thu, 30 Nov 2017 22:24:48 -0500 Subject: [PATCH] Fix doc default value for stream.to.io.file.threshold.bytes --- symmetric-assemble/src/asciidoc/manage/staging.ad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symmetric-assemble/src/asciidoc/manage/staging.ad b/symmetric-assemble/src/asciidoc/manage/staging.ad index 9581e54277..5e4f4d65fd 100644 --- a/symmetric-assemble/src/asciidoc/manage/staging.ad +++ b/symmetric-assemble/src/asciidoc/manage/staging.ad @@ -2,7 +2,7 @@ SymmetricDS creates temporary extraction and data load files with the CSV payload of a synchronization when the value of the `stream.to.file.threshold.bytes` SymmetricDS property has been reached. Before reaching the threshold, files -are streamed to/from memory. The default threshold value is 32,767 bytes. This feature may be turned off by setting the `stream.to.file.enabled` +are streamed to/from memory. The default threshold value is 0 bytes. This feature may be turned off by setting the `stream.to.file.enabled` property to false. SymmetricDS creates these temporary files in the directory specified by the `java.io.tmpdir` Java System property.