Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions rest/system-config-get.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Returns the current configuration.
"markerName": ".stfolder",
"copyOwnershipFromParent": false,
"modTimeWindowS": 0,
"maxConcurrentWrites": 2,
"maxConcurrentWrites": 16,
"disableFsync": false,
"blockPullOrder": "standard",
"copyRangeMethod": "standard",
Expand Down Expand Up @@ -226,7 +226,7 @@ Returns the current configuration.
"markerName": ".stfolder",
"copyOwnershipFromParent": false,
"modTimeWindowS": 0,
"maxConcurrentWrites": 2,
"maxConcurrentWrites": 16,
"disableFsync": false,
"blockPullOrder": "standard",
"copyRangeMethod": "standard",
Expand Down
10 changes: 5 additions & 5 deletions users/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ The following shows an example of a default configuration file (IDs will differ)
<markerName>.stfolder</markerName>
<copyOwnershipFromParent>false</copyOwnershipFromParent>
<modTimeWindowS>0</modTimeWindowS>
<maxConcurrentWrites>2</maxConcurrentWrites>
<maxConcurrentWrites>16</maxConcurrentWrites>
<disableFsync>false</disableFsync>
<blockPullOrder>standard</blockPullOrder>
<copyRangeMethod>standard</copyRangeMethod>
Expand Down Expand Up @@ -226,7 +226,7 @@ The following shows an example of a default configuration file (IDs will differ)
<markerName>.stfolder</markerName>
<copyOwnershipFromParent>false</copyOwnershipFromParent>
<modTimeWindowS>0</modTimeWindowS>
<maxConcurrentWrites>2</maxConcurrentWrites>
<maxConcurrentWrites>16</maxConcurrentWrites>
<disableFsync>false</disableFsync>
<blockPullOrder>standard</blockPullOrder>
<copyRangeMethod>standard</copyRangeMethod>
Expand Down Expand Up @@ -312,7 +312,7 @@ Folder Element
<markerName>.stfolder</markerName>
<copyOwnershipFromParent>false</copyOwnershipFromParent>
<modTimeWindowS>0</modTimeWindowS>
<maxConcurrentWrites>2</maxConcurrentWrites>
<maxConcurrentWrites>16</maxConcurrentWrites>
<disableFsync>false</disableFsync>
<blockPullOrder>standard</blockPullOrder>
<copyRangeMethod>standard</copyRangeMethod>
Expand Down Expand Up @@ -540,7 +540,7 @@ The following child elements may exist:
.. option:: folder.maxConcurrentWrites

Maximum number of concurrent write operations while syncing. Increasing this might increase or
decrease disk performance, depending on the underlying storage. Default is ``2``.
decrease disk performance, depending on the underlying storage. Default is ``16``.

.. option:: folder.disableFsync

Expand Down Expand Up @@ -1371,7 +1371,7 @@ Defaults Element
<markerName>.stfolder</markerName>
<copyOwnershipFromParent>false</copyOwnershipFromParent>
<modTimeWindowS>0</modTimeWindowS>
<maxConcurrentWrites>2</maxConcurrentWrites>
<maxConcurrentWrites>16</maxConcurrentWrites>
<disableFsync>false</disableFsync>
<blockPullOrder>standard</blockPullOrder>
<copyRangeMethod>standard</copyRangeMethod>
Expand Down