diff --git a/src/Protocol/ATProtocol/Jetstream.php b/src/Protocol/ATProtocol/Jetstream.php index 168b92eccc..d37b8b3720 100755 --- a/src/Protocol/ATProtocol/Jetstream.php +++ b/src/Protocol/ATProtocol/Jetstream.php @@ -49,13 +49,13 @@ class Jetstream * Maximum drift values in seconds for the DID cap. * If the drift is higher than this value, the number of DIDs will be capped. */ - const MAX_DRIFT_DID_CAP = 60; + const MAX_DRIFT_DID_CAP = 60; /** * Maximum drift values in seconds for creating posts. * If the drift is higher than this value, posts and reshares will not be created. * The other collections will still be processed. */ - const MAX_DRIFT_CREATE_POSTS = 1200; + const MAX_DRIFT_CREATE_POSTS = 1200; private $uids = []; private $self = [];