mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Try again a bit later if there was a connection interruption in taillog
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
@@ -99,6 +99,9 @@ function getData() {
|
||||
})
|
||||
.fail(function (data) {
|
||||
apiFailure(data);
|
||||
|
||||
// Restart timer
|
||||
setTimeout(getData, 5*interval);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user