diff --git a/src/content/docs/games/Palworld/performance guide.mdx b/src/content/docs/games/Palworld/performance guide.mdx index 698c668..7d1b873 100644 --- a/src/content/docs/games/Palworld/performance guide.mdx +++ b/src/content/docs/games/Palworld/performance guide.mdx @@ -6,7 +6,7 @@ sidebar: --- import { Steps } from '@astrojs/starlight/components'; -Here’s how to boost server FPS and optimize your [Palworld Server](https://www.gamehostbros.com/palworld-server-hosting/). This guide highlights best practices you can adopt as a server owner to ensure your Palworld server runs at peak performance often resulting in a noticeable improvement in most cases. +Here's how to boost server FPS and optimize your [Palworld Server](https://www.gamehostbros.com/palworld-server-hosting/). This guide highlights best practices you can adopt as a server owner to ensure your Palworld server runs at peak performance often resulting in a noticeable improvement in most cases. ## Daily Restarts @@ -27,7 +27,7 @@ These settings are changed in `Configuration > Startup Parameters` of the [Game | Setting Name | Default Value | Description | |--------------|---------------|-------------| | BuildObjectDeteriorationDamageRate | 1.0 | **Higher** is better for performance, this should always be at least **0.1** | -| bAutoResetGuildNoOnlinePlayers | False | Set to **True** - Enables guild disbanding after the duration specified by AutoResetGuildTimeNoOnlinePlayers, this will **clear** bases if a guild goes inactive. | +| bAutoResetGuildNoOnlinePlayers | False | Set to **True** - Enables guild disbanding after the duration specified by AutoResetGuildTimeNoOnlinePlayers, this will **DELETE** bases if a guild goes inactive, the default grace period is 72.0 hours. | | AutoResetGuildTimeNoOnlinePlayers | 72.0 | If bAutoResetGuildNoOnlinePlayers is enabled, this the time limit before a guild will be disbanded | | PalSpawnNumRate | 1.0 | Decrease this to spawn less Pals | | DropItemMaxNum | 3000 | Decrease this especially if you have increased Drop Rates |