mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Fix rpsystem inefficient regex
This commit is contained in:
parent
51500ad009
commit
3a0b434e42
5 changed files with 12 additions and 4 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue