diff options
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index ef72dc4..e2ae33c 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -1100,11 +1100,12 @@ InterregionComms = "RESTComms" | |||
1100 | ; default is false | 1100 | ; default is false |
1101 | enabled = false | 1101 | enabled = false |
1102 | 1102 | ||
1103 | ; Channel on which to signal region readiness through a message | 1103 | ; Channel on which to signal region readiness through a message |
1104 | ; formatted as follows: "{0|1},n,[oar error]" | 1104 | ; formatted as follows: "{server_startup|oar_file_load},{0|1},n,[oar error]" |
1105 | ; - the first number indicating whether the OAR file loaded ok (1 == ok, 0 == error) | 1105 | ; - the first field indicating whether this is an initial server startup |
1106 | ; - the second number indicates how many scrips failed to compile | 1106 | ; - the second field is a number indicating whether the OAR file loaded ok (1 == ok, 0 == error) |
1107 | ; - "oar error" if supplied, provides the error message from the OAR load | 1107 | ; - the third field is a number indicating how many scripts failed to compile |
1108 | ; - "oar error" if supplied, provides the error message from the OAR load | ||
1108 | channel_notify = -800 | 1109 | channel_notify = -800 |
1109 | 1110 | ||
1110 | 1111 | ||