1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Update sqm-autorate

This commit is contained in:
Ycarus (Yannick Chabanois) 2023-08-22 12:46:35 +02:00
parent 765a1307fb
commit 8eabafb541
4 changed files with 127 additions and 60 deletions

View file

@ -273,7 +273,7 @@ return view.extend({
o.depends("autorate","1");
o = s.taboption("tab_autorate", form.Value, "delay_thr_ms",_("delay threshold in ms:"));
o.default = "25";
o.default = "25.0";
o.depends("autorate","1");
o = s.taboption("tab_autorate", form.Flag, "enable_sleep_function", _("Sleep functionnality"));