Skip to content

Commit

Permalink
Implement tickrate in configmap
Browse files Browse the repository at this point in the history
  • Loading branch information
hemsleyk authored Jan 26, 2024
1 parent 5c74ac2 commit 537812c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion k8s/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ metadata:
name: palworld-settings
data:
PalWorldSettings.ini: >-
[/Script/OnlineSubsystemUtils.IpNetDriver]
NetServerMaxTickRate=60
[/Script/Pal.PalGameWorldSettings]
OptionSettings=(
Expand Down Expand Up @@ -86,4 +89,4 @@ data:
Region="",
bUseAuth=True,
BanListURL="https://api.palworldgame.com/api/banlist.txt"
)
)

0 comments on commit 537812c

Please sign in to comment.