A Bluesky labeler that labels accounts hosted on PDSes operated by entities other than Bluesky PBC
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

Increase number of labels, because why not

gbl08ma 0d65b96a b467f476

+1 -1
+1 -1
index.ts
··· 17 17 retryFailedCrawlsAfterMinMilliseconds: parseInt(process.env.RETRY_FAILED_CRAWLS_AFTER_MS ?? "43200000" /* 12h */), 18 18 updateLabelDefinitionsEveryMilliseconds: parseInt(process.env.UPDATE_LABEL_DEFINITIONS_EVERY_MS ?? "7200000" /* 2h */), 19 19 allowIssuingLabels: process.env.ACTUALLY_EMIT_LABELS ? process.env.ACTUALLY_EMIT_LABELS === "true" : throwMissingEnvVarError(), 20 - maxPDSDedicatedLabels: parseInt(process.env.MAX_PDS_DEDICATED_LABELS ?? "30"), 20 + maxPDSDedicatedLabels: parseInt(process.env.MAX_PDS_DEDICATED_LABELS ?? "50"), 21 21 maxExpectedReposPerPDS: parseInt(process.env.MAX_EXPECTED_REPOS_PER_PDS ?? "100000"), 22 22 } 23 23