Skip to content

Commit

Permalink
fix(data-computer): Reduce default concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
parmentf committed Nov 29, 2024
1 parent 1bd76ef commit ce1b498
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/data-computer/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"EZS_TITLE": "Calculs sur fichier corpus compressé",
"EZS_DESCRIPTION": "Algorithmes de calculs sur un corpus compressé",
"EZS_METRICS": true,
"EZS_CONCURRENCY": 4,
"EZS_CONCURRENCY": 2,
"EZS_CONTINUE_DELAY": 18000,
"EZS_PIPELINE_DELAY": 10800,
"EZS_NSHARDS": 32,
Expand All @@ -12,4 +12,4 @@
"NODE_OPTIONS": "--max_old_space_size=1024",
"NODE_ENV": "production"
}
}
}

0 comments on commit ce1b498

Please sign in to comment.