Skip to content

Commit

Permalink
Update gameconfig.xml - Increase netGameEvent + atDNetEventNode PoolS…
Browse files Browse the repository at this point in the history
…ize value

• Update gameconfig.xml - Increase netGameEvent PoolSize value

• Increase of netGameEvent + atDNetEventNode PoolSize values to meet stronger demands. Due to client crashes reaching the current limit quite often in latest builds.

• Attempt to resolve citizenfx#2843
  • Loading branch information
Legacy-TacticalGamingInteractive authored Oct 9, 2024
1 parent aaab438 commit 94031a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/client/citizen/common/data/gameconfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -511,11 +511,11 @@
</Item>
<Item>
<PoolName>netGameEvent</PoolName>
<PoolSize value="511"/>
<PoolSize value="711"/>
</Item>
<Item>
<PoolName>atDNetEventNode</PoolName>
<PoolSize value="511"/>
<PoolSize value="711"/>
</Item>

<Item>
Expand Down

0 comments on commit 94031a8

Please sign in to comment.