handy online tools for AT Protocol boat.kelinci.net
atproto bluesky atcute typescript solidjs
20
fork

Configure Feed

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

fix: wording

Mary f86c7903 e62aa970

+2 -2
+2 -2
src/views/bluesky/threadgate-applicator/steps/step4_confirmation.tsx
··· 134 134 if (remaining < RATELIMIT_POINT_LIMIT) { 135 135 // add some delay to be sure 136 136 const delta = reset - Date.now() + 5_000; 137 - using _progress = logger.progress(`Reached ratelimit, waiting ${delta}ms`); 137 + using _progress = logger.progress(`Ratelimited, waiting ${delta}ms`); 138 138 139 139 await new Promise((resolve) => setTimeout(resolve, delta)); 140 140 } 141 141 } else { 142 - using _progress = logger.progress(`Reached ratelimit, waiting 1 minute`); 142 + using _progress = logger.progress(`Ratelimited, waiting`); 143 143 144 144 await new Promise((resolve) => setTimeout(resolve, 60 * 1_000)); 145 145 }