diff options
author | Teravus Ovares | 2008-10-03 09:53:49 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-10-03 09:53:49 +0000 |
commit | 8de395d379ba3278b2160b66dd8da7f973a2cf10 (patch) | |
tree | 58d3f43d7ef9d9d6a48c189cd7d607e54dcbcded /bin/OpenSim.ini.example | |
parent | Reintroduces the discovery mechanism to use llRequestSimulatorData("", 128) (diff) | |
download | opensim-SC_OLD-8de395d379ba3278b2160b66dd8da7f973a2cf10.zip opensim-SC_OLD-8de395d379ba3278b2160b66dd8da7f973a2cf10.tar.gz opensim-SC_OLD-8de395d379ba3278b2160b66dd8da7f973a2cf10.tar.bz2 opensim-SC_OLD-8de395d379ba3278b2160b66dd8da7f973a2cf10.tar.xz |
* EventQueueGet is now working.
* Switched it on by default
* Updated OpenSim.ini.example to reflect this
* Caught a UDP Server issue that occurs when the network pipe is saturated
* Still experimental :D
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index eb2b4aa..9caffee 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -4,8 +4,8 @@ | |||
4 | ; Set this to false if you are running OpenSimulator in standalone mode | 4 | ; Set this to false if you are running OpenSimulator in standalone mode |
5 | gridmode = false | 5 | gridmode = false |
6 | 6 | ||
7 | ; Experimental! Enables EventQueueGet which is highly broken right now. | 7 | ; Enables EventQueueGet Service. |
8 | EventQueue = false | 8 | EventQueue = true |
9 | 9 | ||
10 | ; ## | 10 | ; ## |
11 | ; ## REGIONS | 11 | ; ## REGIONS |