aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSimDefaults.ini
diff options
context:
space:
mode:
authorMic Bowman2013-02-08 15:07:43 -0800
committerMic Bowman2013-02-08 15:07:43 -0800
commite93defd0ca326754d1bd5a1a503d6d47428272be (patch)
treee54f6971522422b3ce25cf3c0fbff70b251d5f46 /bin/OpenSimDefaults.ini
parentFix the return values for JsonDestroyStore, JsonRemoveValue, and JsonSetValue. (diff)
downloadopensim-SC_OLD-e93defd0ca326754d1bd5a1a503d6d47428272be.zip
opensim-SC_OLD-e93defd0ca326754d1bd5a1a503d6d47428272be.tar.gz
opensim-SC_OLD-e93defd0ca326754d1bd5a1a503d6d47428272be.tar.bz2
opensim-SC_OLD-e93defd0ca326754d1bd5a1a503d6d47428272be.tar.xz
Adds size limits to JsonStore. Adds a separate configuration
variable to enable binding to dynamic attributes.
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r--bin/OpenSimDefaults.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 7bdfd1c..2512428 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -1652,6 +1652,10 @@
1652[JsonStore] 1652[JsonStore]
1653Enabled = False 1653Enabled = False
1654 1654
1655;; Enable direct access to the SOP dynamic attributes
1656EnableObjectStore = False
1657MaxStringSpace = 0
1658
1655;; 1659;;
1656;; These are defaults that are overwritten below in [Architecture]. 1660;; These are defaults that are overwritten below in [Architecture].
1657;; These defaults allow OpenSim to work out of the box with 1661;; These defaults allow OpenSim to work out of the box with