Skip to content

Commit

Permalink
Merge branch 'main' into Unclear-ratelimit-error
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelUnkey authored Nov 4, 2024
2 parents 657c95f + 06cf362 commit eca01f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/api/src/routes/v1_keys_verifyKey.multilimit.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@ describe("with identity", () => {
identityId,
ratelimitAsync: true,
ratelimitLimit: 1,
ratelimitDuration: 10_000,
ratelimitDuration: 20_000,
});

const testCases: TestCase[] = [
Expand Down
2 changes: 1 addition & 1 deletion apps/api/wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ namespace_id = "990060060"
simple = { limit = 600, period = 60}


[[env.canary.unsafe.bindings]]
[[env.preview.unsafe.bindings]]
name = "RL_1_10s"
type = "ratelimit"
namespace_id = "9900110"
Expand Down

0 comments on commit eca01f1

Please sign in to comment.