kopia lustrzana https://github.com/friendica/friendica
Fix code style
rodzic
1e1807351d
commit
c076add878
|
|
@ -49,13 +49,13 @@ class Jetstream
|
||||||
* Maximum drift values in seconds for the DID cap.
|
* Maximum drift values in seconds for the DID cap.
|
||||||
* If the drift is higher than this value, the number of DIDs will be capped.
|
* 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.
|
* Maximum drift values in seconds for creating posts.
|
||||||
* If the drift is higher than this value, posts and reshares will not be created.
|
* If the drift is higher than this value, posts and reshares will not be created.
|
||||||
* The other collections will still be processed.
|
* The other collections will still be processed.
|
||||||
*/
|
*/
|
||||||
const MAX_DRIFT_CREATE_POSTS = 1200;
|
const MAX_DRIFT_CREATE_POSTS = 1200;
|
||||||
|
|
||||||
private $uids = [];
|
private $uids = [];
|
||||||
private $self = [];
|
private $self = [];
|
||||||
|
|
|
||||||
Ładowanie…
Reference in New Issue