This website requires JavaScript.
Explore
Help
Sign In
wuyuan
/
ClassworksKV
Watch
1
Star
0
Fork
0
You've already forked ClassworksKV
mirror of
https://github.com/ZeroCatDev/ClassworksKV.git
synced
2025-07-02 04:39:23 +00:00
Code
Releases
Activity
ClassworksKV
/
middleware
History
SunWuyuan
69887f9c47
Update batch rate limiter in
rateLimiter.js
to allow 10 operations per minute instead of 5, enhancing throughput for bulk operations.
2025-05-11 13:50:22 +08:00
..
auth.js
将
app.js
重构为 ES 模块,新增 KV 存储功能,并实现请求超时中间件。更新
package.json
中的依赖项并移除未使用的路由。完善
README
,补充项目特性与安装使用说明。
2025-05-10 13:47:02 +08:00
errorHandler.js
Refactor
app.js
to streamline routing by removing unused API endpoints and integrating the KV store router directly. Clean up
errorHandler.js
by removing unnecessary comments and imports.
2025-05-10 13:50:19 +08:00
rateLimiter.js
Update batch rate limiter in
rateLimiter.js
to allow 10 operations per minute instead of 5, enhancing throughput for bulk operations.
2025-05-11 13:50:22 +08:00