Update limit configs and add setup script (#3)
* chore(config): update up/download speed to make full use of bandwidth * chore(package.json): add setup script for installing dependencies
This commit is contained in:
parent
9ddce13cf6
commit
44b6e65926
2 changed files with 12 additions and 11 deletions
12
config.json
12
config.json
|
@ -6,8 +6,8 @@
|
|||
"Production": true,
|
||||
"HostName": "",
|
||||
"Port": 8888,
|
||||
"MaxUpBytesPerSec": 2000000,
|
||||
"MaxDownBytesPerSec": 1000000,
|
||||
"MaxUpBytesPerSec": 10000000,
|
||||
"MaxDownBytesPerSec": 10000000,
|
||||
"MaxRangeLength": 10485760,
|
||||
"Timeout": 7200000,
|
||||
"ReadTimeout": 5000,
|
||||
|
@ -67,11 +67,11 @@
|
|||
"LimiterCap": 256,
|
||||
"LimiterTtl": 3600,
|
||||
"LimiterCyc": 1,
|
||||
"BucketCap": 10,
|
||||
"BucketCap": 100,
|
||||
"SpecialCapsStr": {
|
||||
"0": 30,
|
||||
"1": 10,
|
||||
"2": 10,
|
||||
"0": 100,
|
||||
"1": 100,
|
||||
"2": 100,
|
||||
"3": 1
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue