reduce autocharge timer and change wording

This commit is contained in:
legop3
2026-05-17 14:11:09 -04:00
parent ba5865c397
commit 17f516ed0b
7 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import (
)
const (
autoChargeTimeout = 5 * time.Second
autoChargeTimeout = 2 * time.Second
autoChargeCooldown = 0 * time.Minute
sourceHomeBase = 1 << 1
)