Propagate settings to Proxy

This commit is contained in:
9seconds
2026-03-12 19:07:11 +01:00
parent 25ad776b6f
commit 75392941da
4 changed files with 42 additions and 0 deletions
+7
View File
@@ -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