Skip to content

Commit 21a8d8d

Browse files
committed
Fix issue #1
* Adjusted set interval to every 30 mins (1000 * 60 * 30)
1 parent 171c3a2 commit 21a8d8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

display.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ function (json){
360360
}//end of else
361361
}//end of success
362362
);//end of getJSON
363-
},3000);//end of setInterval
363+
},1000 * 60 * 30);//end of setInterval, refresh every 30 minutes
364364
}//end of function createMiniSchedule
365365

366366
/*

0 commit comments

Comments
 (0)