summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRegis <boudinot.regis@yahoo.com>2016-11-30 02:27:05 -0600
committerRegis <boudinot.regis@yahoo.com>2016-11-30 02:27:05 -0600
commit874a7e8d20dfead42ae957ea8746b20a1446dcea (patch)
tree3002de9f67faadc6915814d054090f5ce6d1ecc6
parentd11a298cd5ff9888f15e14efe2313f1445051618 (diff)
downloadgitlab-ce-874a7e8d20dfead42ae957ea8746b20a1446dcea.tar.gz
turned off REALTIME - time ago blur and focus still good
-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;