From b147cfd6dc43e70277bddb27f66163635d1a6e87 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Tue, 30 Jan 2018 06:31:42 +0100 Subject: [PATCH] set timeout for error msg to 5000 --- views/bootstrap/class.Indexer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/bootstrap/class.Indexer.php b/views/bootstrap/class.Indexer.php index 78e6bf93a..9c850df45 100644 --- a/views/bootstrap/class.Indexer.php +++ b/views/bootstrap/class.Indexer.php @@ -71,7 +71,7 @@ function check_queue() { dismissQueue: true, layout: 'topRight', theme: 'defaultTheme', - timeout: 1500, + timeout: 5000, }); }, success: function(data) {