Skip to content
Snippets Groups Projects
Unverified Commit 4809a6fc authored by lhameury's avatar lhameury
Browse files

Reduce create-doc-queue job size to 1

parent 3e639aa5
No related branches found
No related tags found
No related merge requests found
Pipeline #71095 failed
......@@ -119,7 +119,7 @@ public class CreerDossierService {
*/
protected void init() {
log.setLevel(Level.INFO);
int threadPool = 3;
int threadPool = 1;
//Initialisation du taskExecutor avec les paramètres passés en fichier de configuration
if (taskExecutor == null) {
/* Low priority ThreadFactory */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment