mirror of
https://github.com/linuxserver/Heimdall.git
synced 2025-12-01 20:49:53 +09:00
change it to start at 5 seconds so if nothing is happening it doesn't start spamming
This commit is contained in:
2
public/js/app.js
vendored
2
public/js/app.js
vendored
@@ -22,7 +22,7 @@ $.when( $.ready ).then(function() {
|
||||
var id = $(this).data('id');
|
||||
var container = $(this);
|
||||
var max_timer = 30000;
|
||||
var timer = 1000;
|
||||
var timer = 5000;
|
||||
(function worker() {
|
||||
$.ajax({
|
||||
url: '/get_stats/'+id,
|
||||
|
||||
Reference in New Issue
Block a user