mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
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:
parent
85964c9e43
commit
89bc2e0b28
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue