autocharge 1 second

This commit is contained in:
legop3
2026-05-17 14:49:17 -04:00
parent f7178eb4b6
commit ceb96a74bf
4 changed files with 1 additions and 1 deletions
BIN
View File
Binary file not shown.
Vendored
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -7,7 +7,7 @@ import (
)
const (
autoChargeTimeout = 2 * time.Second
autoChargeTimeout = 1 * time.Second
autoChargeCooldown = 0 * time.Minute
sourceHomeBase = 1 << 1
)