X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Flib%2Factor-follow-health-cache.ts;h=34357a97a640649135115cc0e89634ffcb26f77d;hb=46f7cd6837311019acef6e2086c7b006e6dbe1b9;hp=ab8cc98df810f0a69473c0d7a533afd8c5d7563b;hpb=9db437c8155f3563a33e22ed2896072a9f1fbdb0;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/lib/actor-follow-health-cache.ts b/server/lib/actor-follow-health-cache.ts index ab8cc98df..34357a97a 100644 --- a/server/lib/actor-follow-health-cache.ts +++ b/server/lib/actor-follow-health-cache.ts @@ -12,7 +12,7 @@ class ActorFollowHealthCache { private pendingBadServer = new Set() private pendingGoodServer = new Set() - private badInboxes = new Set() + private readonly badInboxes = new Set() private constructor () {}