diff options
| author | Treeston <treeston.mmoc@gmail.com> | 2019-08-01 23:41:45 +0200 |
|---|---|---|
| committer | Treeston <treeston.mmoc@gmail.com> | 2019-08-01 23:42:14 +0200 |
| commit | fedf1f557b2aa1cbb0f4bc722b24afb59cc30855 (patch) | |
| tree | 257906ea9908c1f154cc943bbd20a31e959e2e99 /src/server/worldserver | |
| parent | 22c5419bf266790801cbeb62a619b2331be064ed (diff) | |
Core/Chat: Custom channel preservation rewrite. Channel data is now loaded at startup, and written to the DB periodically, instead of both things happening in real time.
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 |
