Repository: ode-console
Updated Branches:
  refs/heads/master 43066f63a -> 26d35f5c1


Putoff polling


Project: http://git-wip-us.apache.org/repos/asf/ode-console/repo
Commit: http://git-wip-us.apache.org/repos/asf/ode-console/commit/715b5c88
Tree: http://git-wip-us.apache.org/repos/asf/ode-console/tree/715b5c88
Diff: http://git-wip-us.apache.org/repos/asf/ode-console/diff/715b5c88

Branch: refs/heads/master
Commit: 715b5c889ea2027a7c66a4e827fed0b78c5e7230
Parents: 43066f6
Author: sathwik <[email protected]>
Authored: Fri Oct 7 01:31:53 2016 +0530
Committer: sathwik <[email protected]>
Committed: Fri Oct 7 01:31:53 2016 +0530

----------------------------------------------------------------------
 src/app/index.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ode-console/blob/715b5c88/src/app/index.js
----------------------------------------------------------------------
diff --git a/src/app/index.js b/src/app/index.js
index 4b067ef..5a5a46c 100644
--- a/src/app/index.js
+++ b/src/app/index.js
@@ -65,7 +65,7 @@ angular.module('odeConsole', ['ngAnimate', 'ngSanitize', 
'ngRoute', 'ui.bootstra
   .constant('IMAPI_ENDPOINT', rootURI+'ode/processes/InstanceManagement')
   .constant('PMAPI_ENDPOINT', rootURI+'ode/processes/ProcessManagement')
   .constant('DSAPI_ENDPOINT', rootURI+'ode/processes/DeploymentService')
-  .constant('POLLING_INTERVAL', '4000')
+  .constant('POLLING_INTERVAL', '0')
   .filter('escape', function() {
     return window.encodeURIComponent;
   })

Reply via email to