mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-05 07:09:02 +02:00
compressedUpdates are now never inserted with inS3
it is now always added later, and a new update is forced for any addition to an archived update
This commit is contained in:
@@ -59,7 +59,6 @@ module.exports = MongoManager =
|
||||
|
||||
|
||||
insertCompressedUpdate: (project_id, doc_id, update, temporary, callback = (error) ->) ->
|
||||
inS3 = update.inS3?
|
||||
update = {
|
||||
doc_id: ObjectId(doc_id.toString())
|
||||
project_id: ObjectId(project_id.toString())
|
||||
@@ -67,8 +66,6 @@ module.exports = MongoManager =
|
||||
meta: update.meta
|
||||
v: update.v
|
||||
}
|
||||
if inS3
|
||||
update.inS3 = true
|
||||
|
||||
if temporary
|
||||
seconds = 1000
|
||||
|
||||
Reference in New Issue
Block a user