Skip to content

Commit

Permalink
Merge pull request #15 from A-big-fish-in-a-small-pond/libtv-patch-1
Browse files Browse the repository at this point in the history
잘못된 리드미 교체
  • Loading branch information
libtv authored Mar 1, 2022
2 parents af9ce65 + 1020786 commit 1fe108f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,11 @@ const limiter = expressLimit.expressLimit({
res.json({ errorHandler: "this page is exceed request page" });
},
});

/** 레디스를 등록하는 함수입니다.
레디스가 존재하지 않는다면 Store 의 값을 넣어주지 않으면 Default 로 생성됩니다. */
limiter.setAccessStore();

/** 레디스를 등록하는 함수입니다. */
const conLimiter = expressLimit.createConcurrentQueue(1);

/** middle ware */
Expand Down

0 comments on commit 1fe108f

Please sign in to comment.