We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b0cf29 commit c946cf6Copy full SHA for c946cf6
packages/utils/src/ratelimit.ts
@@ -1,3 +1,4 @@
1
+// Keeping the key broad until we add the new transports
2
export type RateLimits = Record<string, number>;
3
4
export const DEFAULT_RETRY_AFTER = 60 * 1000; // 60 seconds
0 commit comments