diff --git a/views/bootstrap/class.Indexer.php b/views/bootstrap/class.Indexer.php index 9c850df45..2ef1c4bee 100644 --- a/views/bootstrap/class.Indexer.php +++ b/views/bootstrap/class.Indexer.php @@ -82,11 +82,11 @@ function check_queue() { $('#status_'+data.data).html(''); noty({ text: data.message, - type: (data.success) ? 'success' : 'error', + type: 'error', dismissQueue: true, layout: 'topRight', theme: 'defaultTheme', - timeout: 1500, + timeout: 25000, }); } },