You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/paper/admin/reference/system-properties.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -153,8 +153,8 @@ It also remaps plugin CB calls to remove the version information.
153
153
154
154
#### Paper.WorkerThreadCount:
155
155
156
-
-**default**: `8`or `number of cpus - 2`. Whichever is lower
157
-
-**description**: Sets the number of worker threads to use for chunk loading.
156
+
-**default**: half of available physical (**not logical**) cores or `1` if 3 or fewer cores are available
157
+
-**description**: Sets the number of worker threads to use for chunk loading. See [here](./configuration/global-configuration.mdx#chunk_system_worker_threads) for more info.
0 commit comments