mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user