mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-19 10:32:09 +00:00
Fix BSON usage
GitOrigin-RevId: ce495bca0a82c9bb973d5b755abdd22894840290
This commit is contained in:
parent
da020196b3
commit
907195931d
1 changed files with 1 additions and 3 deletions
|
@ -8,9 +8,7 @@ const { ReadableString } = require('@overleaf/stream-utils')
|
|||
const RangeManager = require('./RangeManager')
|
||||
const PersistorManager = require('./PersistorManager')
|
||||
const pMap = require('p-map')
|
||||
|
||||
const Bson = require('bson')
|
||||
const BSON = new Bson()
|
||||
const { BSON } = require('bson')
|
||||
|
||||
const PARALLEL_JOBS = Settings.parallelArchiveJobs
|
||||
const UN_ARCHIVE_BATCH_SIZE = Settings.unArchiveBatchSize
|
||||
|
|
Loading…
Reference in a new issue