mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

neil_a_wilson
25.10.2007 bede5a1411e22116ad06c1431665b977a92f3e22
Disable the compact entry encoding by default because it introduces new
dependencies in backup/restore and binary copy that could cause problems for
administrators if they're not aware of them. We should leave it disabled
until issue #2158 has been addressed.
1 files modified
2 ■■■ changed files
opends/resource/config/config.ldif 2 ●●● patch | view | raw | blame | history
opends/resource/config/config.ldif
@@ -140,7 +140,7 @@
ds-cfg-backend-import-thread-count: 8
ds-cfg-backend-entries-compressed: false
ds-cfg-backend-deadlock-retry-limit: 10
ds-cfg-backend-compact-encoding: true
ds-cfg-backend-compact-encoding: false
ds-cfg-database-cache-percent: 10
ds-cfg-database-cache-size: 0 megabytes
ds-cfg-database-txn-no-sync: false