Skip to content

Commit

Permalink
(PC-31615)[API] feat: lower staging offer indexation limit
Browse files Browse the repository at this point in the history
  • Loading branch information
thconte committed Sep 3, 2024
1 parent 901bb09 commit a4603ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/.env.staging
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ADRESSE_BACKEND=pcapi.connectors.api_adresse.ApiAdresseBackend
ALGOLIA_COLLECTIVE_OFFER_TEMPLATES_INDEX_NAME=staging-collective-offers
ALGOLIA_DELETING_OFFERS_CHUNK_SIZE=10000
ALGOLIA_OFFERS_BY_VENUE_CHUNK_SIZE=10000
ALGOLIA_OFFERS_INDEX_MAX_SIZE=4000000
ALGOLIA_OFFERS_INDEX_MAX_SIZE=1000000
ALGOLIA_OFFERS_INDEX_NAME=STAGING
ALGOLIA_TRIGGER_INDEXATION=0
ALGOLIA_VENUES_INDEX_NAME=staging-venues
Expand Down

0 comments on commit a4603ee

Please sign in to comment.