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

Commit b586ff3

Browse files
author
sachin-maheshwari
authored
Merge pull request #503 from topcoder-platform/dev
[PROD] Next Release
2 parents b4a432b + 62902e4 commit b586ff3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ workflows:
7777
branches:
7878
only:
7979
- dev
80-
- dev-1_5
80+
- feature/shapeup4-cqrs-update
8181

8282
# Production builds are exectuted only on tagged commits to the
8383
# master branch.

src/constants/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export const INPUT_DEBOUNCE_DELAY = 200;
3535
/**
3636
* The delay in milliseconds we are giving to ElasticSearch of re-index changes
3737
*/
38-
export const ES_REINDEX_DELAY = 3000;
38+
export const ES_REINDEX_DELAY = 0;
3939

4040
/**
4141
* Position statuses

0 commit comments

Comments
 (0)