overleaf/services/docstore/test/unit/coffee
Henry Oswald 9cfa4b3f84 Don't put docs which are already in s3 through archive job
This fixes the bug we saw with 'RangeError: Maximum call stack size exceeded'
if lots of docs are already in s3 cb() gets called synchronously multiple times quickly
which can cause the execption. I am not sure where the recursion is, maybe inside async.

doing setImmediate(cb) also fixes the issue as I beilve it gives the
process chance to clear the stack. Similar to process.nextTick
2015-09-07 14:11:02 +01:00
..
DocArchiveManager.coffee Don't put docs which are already in s3 through archive job 2015-09-07 14:11:02 +01:00
DocManagerTests.coffee improve doc manager so it calls get doc recursivly 2015-08-13 22:47:33 +01:00
HttpControllerTests.coffee more acceptance tests 2015-06-02 19:24:45 -03:00
MongoManagerTests.coffee remove old rev, not needed any more 2015-02-27 14:06:06 +00:00