200 msec pause between requests.

This commit is contained in:
Alexey Skobkin 2015-05-31 10:49:45 +03:00
parent cacb676d96
commit e93807469a
1 changed files with 2 additions and 1 deletions

View File

@ -122,7 +122,8 @@ class UpdateSubscriptionsCommand extends ContainerAwareCommand
);
}
// @todo some pause for lower API load
// @todo move to the config
usleep(200000);
}
}
}