feat: fixwin限速支持设置窗口大小 (#791)

This commit is contained in:
RockChinQ
2024-05-26 10:29:10 +08:00
parent 910d0bfae1
commit d49cc9a7a3
4 changed files with 51 additions and 18 deletions
+4 -1
View File
@@ -29,7 +29,10 @@
"strategy": "drop",
"algo": "fixwin",
"fixwin": {
"default": 60
"default": {
"window-size": 60,
"limit": 60
}
}
}
}