diff options
author | Mic Bowman | 2013-02-08 15:07:43 -0800 |
---|---|---|
committer | Mic Bowman | 2013-02-08 15:07:43 -0800 |
commit | e93defd0ca326754d1bd5a1a503d6d47428272be (patch) | |
tree | e54f6971522422b3ce25cf3c0fbff70b251d5f46 /bin/OpenSimDefaults.ini | |
parent | Fix the return values for JsonDestroyStore, JsonRemoveValue, and JsonSetValue. (diff) | |
download | opensim-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 '')
-rw-r--r-- | bin/OpenSimDefaults.ini | 4 |
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] |
1653 | Enabled = False | 1653 | Enabled = False |
1654 | 1654 | ||
1655 | ;; Enable direct access to the SOP dynamic attributes | ||
1656 | EnableObjectStore = False | ||
1657 | MaxStringSpace = 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 |