Marthee commited on
Commit
457e395
·
verified ·
1 Parent(s): b14f316

Update static/API_Refresh_workerJS.js

Browse files
Files changed (1) hide show
  1. static/API_Refresh_workerJS.js +1 -1
static/API_Refresh_workerJS.js CHANGED
@@ -3,7 +3,7 @@ intervalBegin()
3
 
4
  function intervalBegin(){
5
  // minutes= min *60*1000
6
- intervalAPI= setInterval( getRefreshAPIAjax ,300000) // 30*60*1000 // every 30 min
7
 
8
  }
9
 
 
3
 
4
  function intervalBegin(){
5
  // minutes= min *60*1000
6
+ intervalAPI= setInterval( getRefreshAPIAjax ,1800000) // 30*60*1000 // every 30 min
7
 
8
  }
9