[addon] adds request processing limiter

This commit is contained in:
TheBeastLT
2020-04-26 23:35:36 +02:00
parent ee24dbebb8
commit bd71311da6
3 changed files with 15 additions and 3 deletions

View File

@@ -188,6 +188,11 @@
"type-is": "~1.6.17"
}
},
"bottleneck": {
"version": "2.19.5",
"resolved": "https://registry.npmjs.org/bottleneck/-/bottleneck-2.19.5.tgz",
"integrity": "sha512-VHiNCbI1lKdl44tGrhNfU3lup0Tj/ZBMJB5/2ZbNXRCPuRCO7ed2mgcK4r17y+KB2EfuYuRaVlwNbAeaWGSpbw=="
},
"brace-expansion": {
"version": "1.1.11",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",