Skip to content

Commit

Permalink
Update performance guide.mdx
Browse files Browse the repository at this point in the history
clearer description
  • Loading branch information
toehunterr committed Feb 4, 2025
1 parent d234935 commit 98e9576
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/docs/games/Palworld/performance guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar:
---
import { Steps } from '@astrojs/starlight/components';

Heres 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

Expand All @@ -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 |
Expand Down

0 comments on commit 98e9576

Please sign in to comment.