From bede5a1411e22116ad06c1431665b977a92f3e22 Mon Sep 17 00:00:00 2001 From: neil_a_wilson <neil_a_wilson@localhost> Date: Sat, 25 Aug 2007 17:10:24 +0000 Subject: [PATCH] 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. --- opends/resource/config/config.ldif | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opends/resource/config/config.ldif b/opends/resource/config/config.ldif index da3ca7a..66320c6 100644 --- a/opends/resource/config/config.ldif +++ b/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 -- Gitblit v1.10.0