mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Defaulting some better dummyrunner settings
This commit is contained in:
parent
6bbd35da8a
commit
f16bb7dda6
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue