Update Palworld to include a multi-threading suggestion for 1.0#1945
Open
klopsknoedel wants to merge 1 commit into
Open
Update Palworld to include a multi-threading suggestion for 1.0#1945klopsknoedel wants to merge 1 commit into
klopsknoedel wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds a hint to the multi-threading settings to warn about potential performance degradation with Palworld 1.0+
I've tested this myself and enabling multi-threading in v1 may cause some issues. For example base/camp-inventories can get out of sync. If you use some materials at a workbench, the consumption may not be reflected to the client where you "have" the exact same amount of materials as before crafting.
Also rubber banding can be slightly worse and other sync/concurrency issues can occur.
So, at least, users should be warned about turning this setting on for Palworld 1.0
This also reflects the official server arguments description: https://docs.palworldgame.com/settings-and-operation/arguments/#regarding-performances