Skip to content

Commit

Permalink
wip 6
Browse files Browse the repository at this point in the history
  • Loading branch information
williamlardier committed Oct 3, 2023
1 parent 4138547 commit c319691
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/storage/metadata/mongoclient/MongoClientInterface.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@ const CONCURRENT_CURSORS = 10;
const initialInstanceID = process.env.INITIAL_INSTANCE_ID;

let uidCounter = 0;
const ___cache = null; // Global cache
let ___cache = null; // Global cache
const isCached = process.env.MONGO_DEBUG === 'true';
console.log('!!!!!', isCached);

const BUCKET_VERSIONS = require('../../../versioning/constants')
.VersioningConstants.BucketVersioningKeyFormat;
Expand Down

0 comments on commit c319691

Please sign in to comment.