Skip to content

Commit

Permalink
429
Browse files Browse the repository at this point in the history
  • Loading branch information
mei23 committed Sep 12, 2023
1 parent ca5b049 commit 6c00857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/activitypub.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ async function inbox(ctx: Router.RouterContext) {
await limiter(ep, undefined, undefined);
} catch (e) {
console.log(`InboxLimit: ${actor}`);
ctx.status = 503;
ctx.status = 429;
return;
}
}
Expand Down

0 comments on commit 6c00857

Please sign in to comment.