You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement an automatic data deletion system for players who haven't connected in a while. The JSON file configuration could resemble the following:
"DeleteOldPlayerDataPastXDays": 15
In this setup, if a player hasn't connected to the server within the specified timeframe ("X" days, set to 15 days in this example), their weapon paints data associated with the respective SteamID will be removed. This proactive measure aims to minimize the impact on the database size.
The text was updated successfully, but these errors were encountered:
Implement an automatic data deletion system for players who haven't connected in a while. The JSON file configuration could resemble the following:
In this setup, if a player hasn't connected to the server within the specified timeframe ("X" days, set to 15 days in this example), their weapon paints data associated with the respective SteamID will be removed. This proactive measure aims to minimize the impact on the database size.
The text was updated successfully, but these errors were encountered: