mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
Message update notif.syncqueue.length
This commit is contained in:
parent
7f35845944
commit
976e881cb9
@ -2742,7 +2742,7 @@ class ConsoleSupervisor
|
|||||||
'type' => 'NOTIF.SYNCQUEUE.LENGTH.'.$node_id,
|
'type' => 'NOTIF.SYNCQUEUE.LENGTH.'.$node_id,
|
||||||
'title' => __('Node %s sync queue length exceeded, ', $node->server_name()),
|
'title' => __('Node %s sync queue length exceeded, ', $node->server_name()),
|
||||||
'message' => __(
|
'message' => __(
|
||||||
'Synchronization queue lenght for node %s is %d items, this value should be 0 or lower than %d, pleae visit the ',
|
'Synchronization queue lenght for node %s is %d items, this value should be 0 or lower than %d, please check the queue status.',
|
||||||
$node->server_name(),
|
$node->server_name(),
|
||||||
$count,
|
$count,
|
||||||
self::MIN_SYNC_QUEUE_LENGTH
|
self::MIN_SYNC_QUEUE_LENGTH
|
||||||
|
Loading…
x
Reference in New Issue
Block a user