From 5315c8f472c4c23697ddcd892ba283be6ecd3f88 Mon Sep 17 00:00:00 2001 From: Amin Vakil Date: Sat, 6 Sep 2025 18:54:18 +0330 Subject: [PATCH 1/2] Fix maxConcurrentWrites in docs --- users/config.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/users/config.rst b/users/config.rst index b8c1917b..13c7cc8e 100644 --- a/users/config.rst +++ b/users/config.rst @@ -124,7 +124,7 @@ The following shows an example of a default configuration file (IDs will differ) .stfolder false 0 - 2 + 16 false standard standard @@ -226,7 +226,7 @@ The following shows an example of a default configuration file (IDs will differ) .stfolder false 0 - 2 + 16 false standard standard @@ -312,7 +312,7 @@ Folder Element .stfolder false 0 - 2 + 16 false standard standard @@ -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 @@ -1371,7 +1371,7 @@ Defaults Element .stfolder false 0 - 2 + 16 false standard standard From 0e24afd360e072505f82316429e4a966de1f4523 Mon Sep 17 00:00:00 2001 From: Amin Vakil Date: Sat, 6 Sep 2025 19:41:01 +0330 Subject: [PATCH 2/2] Change value in system-config-get Signed-off-by: Amin Vakil --- rest/system-config-get.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rest/system-config-get.rst b/rest/system-config-get.rst index b1897a11..b5ebf369 100644 --- a/rest/system-config-get.rst +++ b/rest/system-config-get.rst @@ -54,7 +54,7 @@ Returns the current configuration. "markerName": ".stfolder", "copyOwnershipFromParent": false, "modTimeWindowS": 0, - "maxConcurrentWrites": 2, + "maxConcurrentWrites": 16, "disableFsync": false, "blockPullOrder": "standard", "copyRangeMethod": "standard", @@ -226,7 +226,7 @@ Returns the current configuration. "markerName": ".stfolder", "copyOwnershipFromParent": false, "modTimeWindowS": 0, - "maxConcurrentWrites": 2, + "maxConcurrentWrites": 16, "disableFsync": false, "blockPullOrder": "standard", "copyRangeMethod": "standard",