Merge pull request #17251 from overleaf/tm-raise-history-diff-max-chunks

Raise MAX_CHUNK_REQUESTS to 10 in DiffManager

GitOrigin-RevId: e88960bbd5237f65375a830147783dcfa99ec220
This commit is contained in:
Thomas 2024-02-21 17:38:22 +01:00 committed by Copybot
parent 85964c9e43
commit 89bc2e0b28

View file

@ -9,7 +9,7 @@ import * as WebApiManager from './WebApiManager.js'
import * as ChunkTranslator from './ChunkTranslator.js'
import * as Errors from './Errors.js'
let MAX_CHUNK_REQUESTS = 5
let MAX_CHUNK_REQUESTS = 10
/**
* Container for functions that need to be mocked in tests