Skip to content

Commit 7f4230d

Browse files
authored
feat: add docs for symlink validation skipping (#462)
1 parent 1038bf2 commit 7f4230d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/paper/admin/reference/system-properties.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,3 +225,7 @@ It also remaps plugin CB calls to remove the version information.
225225

226226
- **default**: `false`
227227
- **description**: Whether the bundled spark profiler should be disabled in favor of a standalone plugin. If the spark plugin is not found, the bundled version will be loaded regardless of the setting, unless it is [explicitly disabled](/paper/reference/global-configuration#spark_enabled).
228+
229+
#### paper.disableWorldSymlinkValidation
230+
- **default**: `false`
231+
- **description**: Disables the folder walk and symlink validation when loading a world. Significantly improves world loading speed on massive worlds (>1TB). This does not disable symlink verification of datapacks.

0 commit comments

Comments
 (0)