Ver código fonte

Align scout defaults with config defaults

tags/v2.2.0^2^2
9seconds 5 meses atrás
pai
commit
83ff4ee266
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      mtglib/internal/doppel/ganger.go

+ 1
- 1
mtglib/internal/doppel/ganger.go Ver arquivo

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

Carregando…
Cancelar
Salvar