200 msec pause between requests.
This commit is contained in:
parent
cacb676d96
commit
e93807469a
|
@ -122,7 +122,8 @@ class UpdateSubscriptionsCommand extends ContainerAwareCommand
|
|||
);
|
||||
}
|
||||
|
||||
// @todo some pause for lower API load
|
||||
// @todo move to the config
|
||||
usleep(200000);
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue