Browse Source

Align scout defaults with config defaults

tags/v2.2.0^2^2
9seconds 1 month ago
parent
commit
83ff4ee266
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      mtglib/internal/doppel/ganger.go

+ 1
- 1
mtglib/internal/doppel/ganger.go View File

10
 
10
 
11
 const (
11
 const (
12
 	DoppelGangerMaxDurations  = 4096
12
 	DoppelGangerMaxDurations  = 4096
13
-	DoppelGangerScoutRaidEach = 30 * time.Minute
13
+	DoppelGangerScoutRaidEach = 6 * time.Hour
14
 	DoppelGangerScoutRepeats  = 10
14
 	DoppelGangerScoutRepeats  = 10
15
 )
15
 )
16
 
16
 

Loading…
Cancel
Save