pull/14976/head
Art4 2025-06-18 09:48:18 +00:00
rodzic 1e1807351d
commit c076add878
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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 = [];