Skip to content

Commit

Permalink
Merge pull request #379 from yrodiere/no-staging-overload
Browse files Browse the repository at this point in the history
Reduce pressure on Elasticsearch in staging env
  • Loading branch information
yrodiere authored Dec 4, 2024
2 parents 89035e1 + 8201b69 commit eca4c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/helm/values.staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ app:
envs:
QUARKUS_PROFILE: 'staging'
# Avoid overloading the rather resource-constrained Search backend instance
INDEXING_QUEUE_COUNT: '6'
INDEXING_QUEUE_COUNT: '4'
INDEXING_BULK_SIZE: '10'
resources:
limits:
Expand Down

0 comments on commit eca4c58

Please sign in to comment.