From 6630fc7d150f366cadd01e75dcefeab9e819a87c Mon Sep 17 00:00:00 2001 From: aina-esokia Date: Fri, 3 Aug 2018 14:33:12 +0400 Subject: [PATCH] change notifier timeout --- lib/Alchemy/Phrasea/TaskManager/Notifier.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Alchemy/Phrasea/TaskManager/Notifier.php b/lib/Alchemy/Phrasea/TaskManager/Notifier.php index 74199ea125..101fb79753 100644 --- a/lib/Alchemy/Phrasea/TaskManager/Notifier.php +++ b/lib/Alchemy/Phrasea/TaskManager/Notifier.php @@ -25,7 +25,7 @@ class Notifier implements NotifierInterface private $logger; /** @var integer */ - private $timeout = 2; + private $timeout = 10; public function __construct(\ZMQSocket $socket, LoggerInterface $logger) {