@routier/core 0.0.3 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/plugins/index.js +1 -0
- package/dist/plugins/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5392,6 +5392,7 @@ class OptimisticReplicationDbPlugin {
|
|
|
5392
5392
|
if (collectionSize === 0 && cache.has(WAS_OPTIMISTIC_DB_HYDRATED_KEY) === false) {
|
|
5393
5393
|
// Notify the cache that the db was hydrated right away
|
|
5394
5394
|
cache.add(WAS_OPTIMISTIC_DB_HYDRATED_KEY);
|
|
5395
|
+
console.log('[ROUTIER] - Optimistic Query', cache);
|
|
5395
5396
|
// nothing is hydrated, let's try and hydrate before querying
|
|
5396
5397
|
// Memory plugin might not be hydrated, lets hydrate it for the targeted schema only,
|
|
5397
5398
|
// Other queries will do the same and hydrate if needed
|