Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

[PROD] Next Release #503

Merged
merged 2 commits into from
Sep 14, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ workflows:
branches:
only:
- dev
- dev-1_5
- feature/shapeup4-cqrs-update

# Production builds are exectuted only on tagged commits to the
# master branch.
Expand Down
2 changes: 1 addition & 1 deletion src/constants/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const INPUT_DEBOUNCE_DELAY = 200;
/**
* The delay in milliseconds we are giving to ElasticSearch of re-index changes
*/
export const ES_REINDEX_DELAY = 3000;
export const ES_REINDEX_DELAY = 0;

/**
* Position statuses
Expand Down