Skip to content
Snippets Groups Projects
Commit af0be560 authored by Brad Payne (Vir Linden)'s avatar Brad Payne (Vir Linden)
Browse files

settings fix

parent 694db7fc
No related branches found
No related tags found
No related merge requests found
...@@ -5657,6 +5657,17 @@ ...@@ -5657,6 +5657,17 @@
<key>Value</key> <key>Value</key>
<integer>1</integer> <integer>1</integer>
</map> </map>
<key>MemoryPrivatePoolSize</key>
<map>
<key>Comment</key>
<string>Size of the private memory pool in MB (min. value is 256)</string>
<key>Persist</key>
<integer>1</integer>
<key>Type</key>
<string>U32</string>
<key>Value</key>
<integer>512</integer>
</map>
<key>MemProfiling</key> <key>MemProfiling</key>
<map> <map>
<key>Comment</key> <key>Comment</key>
...@@ -13564,7 +13575,7 @@ ...@@ -13564,7 +13575,7 @@
<key>Type</key> <key>Type</key>
<string>Boolean</string> <string>Boolean</string>
<key>Value</key> <key>Value</key>
<integer>0</integer> <integer>1</integer>
</map> </map>
<key>ShowOfferedInventory</key> <key>ShowOfferedInventory</key>
<map> <map>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment