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.
|
# Chance of a dummy actually performing an action on a given tick.
|
||||||
# This spreads out usage randomly, like it would be in reality.
|
# 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
|
# Chance of a currently unlogged-in dummy performing its login
|
||||||
# action every tick. This emulates not all players logging in
|
# action every tick. This emulates not all players logging in
|
||||||
# at exactly the same time.
|
# 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
|
# Which telnet port to connect to. If set to None, uses the first
|
||||||
# default telnet port of the running server.
|
# default telnet port of the running server.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue