Skip to content

Commit d9a6729

Browse files
Toffikkzlataovce
andauthored
feat: add a note saying sync-chunk-writes is no-op (#600)
* Add a note saying `sync-chunk-writes` is noop * condense into one sentence * Update src/config/paper/server-properties.yml Co-authored-by: Matouš Kučera <mk@kcra.me> * clarify * flag -> system property --------- Co-authored-by: Matouš Kučera <mk@kcra.me>
1 parent ffc0ce3 commit d9a6729

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/config/paper/server-properties.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,9 @@ spawn-protection:
225225
at least 1 operator to be enabled.
226226
sync-chunk-writes:
227227
default: "true"
228-
description: "Enables synchronous writing of chunk data."
228+
description: |
229+
Enables synchronous writing of chunk data. Has no effect on Paper by default, unless the corresponding system property is also set to true.
230+
See [the system properties reference](/paper/reference/system-properties#paperenable-sync-chunk-writes).
229231
text-filtering-config:
230232
default: ""
231233
description: "The path to the text filtering configuration file. Leave blank to disable text filtering."

0 commit comments

Comments
 (0)