Align scout defaults with config defaults

This commit is contained in:
9seconds
2026-03-12 19:07:11 +01:00
parent 7a58c74cfe
commit 83ff4ee266
+1 -1
View File
@@ -10,7 +10,7 @@ import (
const (
DoppelGangerMaxDurations = 4096
DoppelGangerScoutRaidEach = 30 * time.Minute
DoppelGangerScoutRaidEach = 6 * time.Hour
DoppelGangerScoutRepeats = 10
)