diff options
author | Justin Clark-Casey (justincc) | 2013-08-22 23:43:33 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-08-22 23:43:33 +0100 |
commit | 70f89ae65b09e9c2f0dc63cb416fea4cceb7dd13 (patch) | |
tree | 85fb3175f7d446039b27dcc3a562f9cd79545975 /bin | |
parent | Add "set bots" command to make it possible to set SEND_AGENT_UPDATES on all b... (diff) | |
download | opensim-SC-70f89ae65b09e9c2f0dc63cb416fea4cceb7dd13.zip opensim-SC-70f89ae65b09e9c2f0dc63cb416fea4cceb7dd13.tar.gz opensim-SC-70f89ae65b09e9c2f0dc63cb416fea4cceb7dd13.tar.bz2 opensim-SC-70f89ae65b09e9c2f0dc63cb416fea4cceb7dd13.tar.xz |
Make it possible to adjust the pCampbot login delay via the [BotManager] LoginDelay parameter of pCampbot.ini
Diffstat (limited to 'bin')
-rw-r--r-- | bin/pCampbot.ini.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/pCampbot.ini.example b/bin/pCampbot.ini.example index f44feae..2952bb0 100644 --- a/bin/pCampbot.ini.example +++ b/bin/pCampbot.ini.example | |||
@@ -1,6 +1,10 @@ | |||
1 | ; This is the example config file for pCampbot | 1 | ; This is the example config file for pCampbot |
2 | ; To use it, copy this file to pCampbot.ini and change settings if required | 2 | ; To use it, copy this file to pCampbot.ini and change settings if required |
3 | 3 | ||
4 | [BotManager] | ||
5 | ; Number of milliseconds to wait between bot logins | ||
6 | LoginDelay = 5000 | ||
7 | |||
4 | [Bot] | 8 | [Bot] |
5 | ; Control whether bots should regularly send agent updates | 9 | ; Control whether bots should regularly send agent updates |
6 | ; Not doing this will reduce CPU requirements for pCampbot but greatly | 10 | ; Not doing this will reduce CPU requirements for pCampbot but greatly |