diff options
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r-- | bin/OpenSimDefaults.ini | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 6fb9787..65ec445 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -1129,7 +1129,7 @@ | |||
1129 | 1129 | ||
1130 | ; Maximum number of llListen events we allow over the entire region. | 1130 | ; Maximum number of llListen events we allow over the entire region. |
1131 | ; Set this to 0 to have no limit imposed | 1131 | ; Set this to 0 to have no limit imposed |
1132 | max_listeners_per_region = 1000 | 1132 | max_listens_per_region = 1000 |
1133 | 1133 | ||
1134 | ; Maximum number of llListen events we allow per script | 1134 | ; Maximum number of llListen events we allow per script |
1135 | ; Set this to 0 to have no limit imposed. | 1135 | ; Set this to 0 to have no limit imposed. |
@@ -1561,6 +1561,12 @@ | |||
1561 | RefreshTime = 3600 | 1561 | RefreshTime = 3600 |
1562 | 1562 | ||
1563 | ;; | 1563 | ;; |
1564 | ;; JsonStore module provides structured store for scripts | ||
1565 | ;; | ||
1566 | [JsonStore] | ||
1567 | Enabled = False | ||
1568 | |||
1569 | ;; | ||
1564 | ;; These are defaults that are overwritten below in [Architecture]. | 1570 | ;; These are defaults that are overwritten below in [Architecture]. |
1565 | ;; These defaults allow OpenSim to work out of the box with | 1571 | ;; These defaults allow OpenSim to work out of the box with |
1566 | ;; zero configuration | 1572 | ;; zero configuration |