From 0f930376249123565b95e2a3f1a0ec0af6b82027 Mon Sep 17 00:00:00 2001 From: Alexey Skobkin Date: Tue, 23 Jun 2015 12:39:30 +0300 Subject: [PATCH] 500 ms timeout. --- .../PointToolsBundle/Command/UpdateSubscriptionsCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Skobkin/Bundle/PointToolsBundle/Command/UpdateSubscriptionsCommand.php b/src/Skobkin/Bundle/PointToolsBundle/Command/UpdateSubscriptionsCommand.php index 76c02ee..9b1b8d9 100644 --- a/src/Skobkin/Bundle/PointToolsBundle/Command/UpdateSubscriptionsCommand.php +++ b/src/Skobkin/Bundle/PointToolsBundle/Command/UpdateSubscriptionsCommand.php @@ -128,7 +128,7 @@ class UpdateSubscriptionsCommand extends ContainerAwareCommand } // @todo move to the config - usleep(200000); + usleep(500000); } } } \ No newline at end of file