| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Dump and restore for Memory limiter source code.tar.gz | 2026-05-06 | 733.6 kB | |
| Dump and restore for Memory limiter source code.zip | 2026-05-06 | 794.5 kB | |
| README.md | 2026-05-06 | 742 Bytes | |
| Totals: 3 Items | 1.5 MB | 0 | |
What's Changed
- dump() and restore() for Memory limiter by @man610 in https://github.com/animir/node-rate-limiter-flexible/pull/361
This is a best-effort persistence mechanism for graceful restarts (SIGTERM/SIGINT), blue/green deploys, or writing a snapshot to disk on shutdown.
Use this when losing up to 1% of request counts won’t affect security or finances, such as in overload or DoS protection.
New Contributors
- @man610 made their first contribution in https://github.com/animir/node-rate-limiter-flexible/pull/361
Full Changelog: https://github.com/animir/node-rate-limiter-flexible/compare/v11.0.2...v11.1.0
:large_orange_diamond: