Skip to content

Commit

Permalink
Fix doc default value for stream.to.io.file.threshold.bytes
Browse files Browse the repository at this point in the history
  • Loading branch information
gregwilmer committed Dec 1, 2017
1 parent 90341b4 commit 70f837d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion symmetric-assemble/src/asciidoc/manage/staging.ad
Expand Up @@ -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.
Expand Down

0 comments on commit 70f837d

Please sign in to comment.