|
@@ -150,6 +150,7 @@ public:
|
|
}
|
|
}
|
|
if (nextTimeout != INFINITE)
|
|
if (nextTimeout != INFINITE)
|
|
nextTimeout = nextTimeout * 1000;
|
|
nextTimeout = nextTimeout * 1000;
|
|
|
|
+ clearKeyStoreCache(false); // Allows us to fully release files we no longer need because of unloaded queries
|
|
}
|
|
}
|
|
if (traceLevel)
|
|
if (traceLevel)
|
|
DBGLOG("DelayedReleaserThread %p exiting", this);
|
|
DBGLOG("DelayedReleaserThread %p exiting", this);
|