Spaces:
Sleeping
Sleeping
Update static/API_Refresh_workerJS.js
Browse files
static/API_Refresh_workerJS.js
CHANGED
|
@@ -3,7 +3,7 @@ intervalBegin()
|
|
| 3 |
|
| 4 |
function intervalBegin(){
|
| 5 |
// minutes= min *60*1000
|
| 6 |
-
intervalAPI= setInterval( getRefreshAPIAjax ,
|
| 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 |
|