Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
周少峰
2017-10-24 15:57:04 +0800
Commit
5a2fad2464f9872351507bc056cc9ab4c5aa0478
1 parent
2260d5a3
limits
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
config/common.js
config/common.js
View file @
5a2fad2
...
...
@@ -169,13 +169,13 @@ module.exports = {
},
REQUEST_LIMIT
:
{
// 10s 最多访问5次
10
:
5
,
10
:
8
,
// 30s 最多访问15次
30
:
15
,
30
:
20
,
// 60s 最多访问15次
60
:
2
0
,
60
:
3
0
,
// 100s 最多访问15次
600
:
100
...
...
Please
register
or
login
to post a comment