summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/assets/javascripts/vue_pipelines_index/store.js.es62
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/vue_pipelines_index/store.js.es6 b/app/assets/javascripts/vue_pipelines_index/store.js.es6
index 359eab3f6c8..6d023a45b21 100644
--- a/app/assets/javascripts/vue_pipelines_index/store.js.es6
+++ b/app/assets/javascripts/vue_pipelines_index/store.js.es6
@@ -2,7 +2,7 @@
/* eslint-disable no-param-reassign */
((gl) => {
- const REALTIME = true;
+ const REALTIME = false;
const PAGINATION_LIMIT = 31;
const SLICE_LIMIT = 29;