very fast recovery?

This commit is contained in:
legop3
2026-01-21 12:40:38 -05:00
parent d93d78cb2b
commit a99e6e5286
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -8,8 +8,8 @@ export const OVERCURRENT_GROUPS = [
];
export const DEFAULT_OVERCURRENT_LIMITS = {
downRatePerSec: 0.25,
upRatePerSec: 0.1,
downRatePerSec: 0.15,
upRatePerSec: 0.9,
releaseDelaySec: 1,
outputRateMs: 250,
};