summaryrefslogtreecommitdiff
path: root/bin/bbstored/BackupStoreContext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bin/bbstored/BackupStoreContext.cpp')
-rw-r--r--bin/bbstored/BackupStoreContext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bbstored/BackupStoreContext.cpp b/bin/bbstored/BackupStoreContext.cpp
index f8108beb..990be05d 100644
--- a/bin/bbstored/BackupStoreContext.cpp
+++ b/bin/bbstored/BackupStoreContext.cpp
@@ -33,7 +33,7 @@
// Maximum number of directories to keep in the cache
// When the cache is bigger than this, everything gets
// deleted.
-#ifdef NDEBUG
+#ifdef BOX_RELEASE_BUILD
#define MAX_CACHE_SIZE 32
#else
#define MAX_CACHE_SIZE 2