We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b4a432b + 62902e4 commit b586ff3Copy full SHA for b586ff3
.circleci/config.yml
@@ -77,7 +77,7 @@ workflows:
77
branches:
78
only:
79
- dev
80
- - dev-1_5
+ - feature/shapeup4-cqrs-update
81
82
# Production builds are exectuted only on tagged commits to the
83
# master branch.
src/constants/index.js
@@ -35,7 +35,7 @@ export const INPUT_DEBOUNCE_DELAY = 200;
35
/**
36
* The delay in milliseconds we are giving to ElasticSearch of re-index changes
37
*/
38
-export const ES_REINDEX_DELAY = 3000;
+export const ES_REINDEX_DELAY = 0;
39
40
41
* Position statuses
0 commit comments