1.0.2 • Published 5 months ago

egg-psyduck-ratelimiter v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

egg-psyduck-ratelimiter

Egg plugin for ratelimiter

安装

$ npm i egg-psyduck-ratelimiter --save

支持的 egg 版本

egg 3.xegg 2.xegg 1.x
😁😁

开启插件

// {app_root}/config/plugin.js
exports.ratelimiter = {
  enable: true,
  package: "egg-psyduck-ratelimiter",
};

配置

// {app_root}/config/config.default.js
config.ratelimiter = {
  points: 1000,
  duration: 1000,
  redis: null,
};

示例

License

MIT

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago