This commit is contained in:
legop3
2026-01-21 12:38:38 -05:00
parent e01878dd4e
commit d93d78cb2b
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ export const OVERCURRENT_GROUPS = [
export const DEFAULT_OVERCURRENT_LIMITS = {
downRatePerSec: 0.25,
upRatePerSec: 0.1,
releaseDelaySec: 1.5,
releaseDelaySec: 1,
outputRateMs: 250,
};