Fix rpsystem inefficient regex

This commit is contained in:
Griatch 2024-03-17 09:25:04 +01:00
parent 51500ad009
commit 3a0b434e42
5 changed files with 12 additions and 4 deletions

View file

@ -257,7 +257,7 @@ MXP_OUTGOING_ONLY = True
# time depends very much on your game so some experimentation may
# be necessary (use @server to see how many objects are in the idmapper
# cache at any time). Setting this to None disables the cache cap.
IDMAPPER_CACHE_MAXSIZE = 200 # (MB)
IDMAPPER_CACHE_MAXSIZE = 400 # (MB)
# This determines how many connections per second the Portal should
# accept, as a DoS countermeasure. If the rate exceeds this number, incoming
# connections will be queued to this rate, so none will be lost.