mirror of
https://github.com/evennia/evennia.git
synced 2025-10-29 19:35:56 +00:00
Defaulting some better dummyrunner settings
This commit is contained in:
parent
6bbd35da8a
commit
f16bb7dda6
@ -58,12 +58,12 @@ TIMESTEP = 2
|
||||
|
||||
# Chance of a dummy actually performing an action on a given tick.
|
||||
# This spreads out usage randomly, like it would be in reality.
|
||||
CHANCE_OF_ACTION = 1.0#0.05
|
||||
CHANCE_OF_ACTION = 0.20
|
||||
|
||||
# Chance of a currently unlogged-in dummy performing its login
|
||||
# action every tick. This emulates not all players logging in
|
||||
# at exactly the same time.
|
||||
CHANCE_OF_LOGIN = 0.33
|
||||
CHANCE_OF_LOGIN = 0.10
|
||||
|
||||
# Which telnet port to connect to. If set to None, uses the first
|
||||
# default telnet port of the running server.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user