Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create RateLimit Class #11

Merged
merged 1 commit into from
Dec 19, 2023
Merged

Create RateLimit Class #11

merged 1 commit into from
Dec 19, 2023

Conversation

jdalrymple
Copy link
Owner

Abstracting rate limit functionality to a full class. This was done to support clearing timeouts connected to acquired semaphores

@jdalrymple jdalrymple added the type:technical debt Changes only affect the internal code, improving performance/quality label Dec 19, 2023
@jdalrymple
Copy link
Owner Author

📊 Package size report   4%↑

File Before (Size / Gzip) After (Size / Gzip)
dist/index.d.mts 770 B / 358 B 14%↑880 B / 6%↑378 B
dist/index.d.ts 770 B / 358 B 14%↑880 B / 6%↑378 B
dist/index.js 4.6 kB / 1.5 kB 7%↑4.9 kB / 5%↑1.6 kB
dist/index.mjs 4.6 kB / 1.5 kB 7%↑4.9 kB / 5%↑1.6 kB
README.md 10.1 kB / 2.9 kB 2%↑10.3 kB / 2%↑3.0 kB
Total (Includes all files) 24.5 kB / 8.3 kB 4%↑25.6 kB / 3%↑8.5 kB
Tarball size 6.4 kB 3%↑6.5 kB
Unchanged files
File Size (Size / Gzip)
LICENSE.md 1.1 kB / 667 B
package.json 2.7 kB / 979 B

🤖 This report was automatically generated by pkg-size-action

@jdalrymple jdalrymple merged commit 1dad52b into main Dec 19, 2023
8 checks passed
@jdalrymple
Copy link
Owner Author

🚀 PR was released in 0.1.1 🚀

@jdalrymple jdalrymple added the released This issue/pull request has been released. label Dec 19, 2023
@jdalrymple jdalrymple deleted the techdebt/refactor branch December 19, 2023 21:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released This issue/pull request has been released. type:technical debt Changes only affect the internal code, improving performance/quality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant