There is a bit of re-work in configuration needed before this can go into
the storage config scope where it belongs. Temporary fix for 3.1.
see bug report for details.
memConfigure();
/* Sanity checks */
+ if (Config.cacheSwap.swapDirs == NULL) {
+ /* Memory-only cache probably in effect. */
+ /* turn off the cache rebuild delays... */
+ StoreController::store_dirs_rebuilding = 0;
+ }
+
if (Debug::rotateNumber < 0) {
Debug::rotateNumber = Config.Log.rotateNumber;
}