500 ms timeout.

This commit is contained in:
Alexey Skobkin 2015-06-23 12:39:30 +03:00
parent 6384527720
commit 0f93037624

View file

@ -128,7 +128,7 @@ class UpdateSubscriptionsCommand extends ContainerAwareCommand
} }
// @todo move to the config // @todo move to the config
usleep(200000); usleep(500000);
} }
} }
} }