diff --git a/services/project-history/app/js/DiffManager.js b/services/project-history/app/js/DiffManager.js index 80e80f9351..75cf9afa56 100644 --- a/services/project-history/app/js/DiffManager.js +++ b/services/project-history/app/js/DiffManager.js @@ -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