mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-09-02 16:31:56 +03:00
Propagate settings to Proxy
This commit is contained in:
@@ -99,6 +99,13 @@ const (
|
||||
// reads from Telegram after which connection will be terminated. This is
|
||||
// required to abort stale connections.
|
||||
TCPRelayReadTimeout = 20 * time.Second
|
||||
|
||||
// DoppelGangerPerRaid defines a number of requests to each URL
|
||||
// per raid.
|
||||
DoppelGangerPerRaid = 10
|
||||
|
||||
// DoppelGangerEach defines a time period between each crawl attempt.
|
||||
DoppelGangerEach = 6 * time.Hour
|
||||
)
|
||||
|
||||
// Network defines a knowledge how to work with a network. It may sound fun but
|
||||
|
||||
Reference in New Issue
Block a user