diff options
Diffstat (limited to 'src/server/worldserver')
| -rw-r--r-- | src/server/worldserver/worldserver.conf.dist | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/server/worldserver/worldserver.conf.dist b/src/server/worldserver/worldserver.conf.dist index d7c8efe1c4d..dc3051a06df 100644 --- a/src/server/worldserver/worldserver.conf.dist +++ b/src/server/worldserver/worldserver.conf.dist @@ -1962,6 +1962,13 @@ PartyLevelReq = 1 PreserveCustomChannels = 1 # +# PreserveCustomChannelInterval +# Description: Interval (in minutes) at which custom channel data is saved to the database +# Default: 5 minutes + +PreserveCustomChannelInterval = 5 + +# # PreserveCustomChannelDuration # Description: Time (in days) that needs to pass before the customs chat channels get # cleaned up from the database. Only channels with ownership handout enabled |
