this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

include atproto-relay in user-agent in more places

+2 -2
+1 -1
cmd/relay/relay/host_checker.go
··· 28 28 29 29 func NewHostClient(userAgent string) *HostClient { 30 30 if userAgent == "" { 31 - userAgent = "indigo-relay" 31 + userAgent = "indigo-relay (atproto-relay)" 32 32 } 33 33 return &HostClient{ 34 34 Client: http.DefaultClient,
+1 -1
cmd/relay/relay/slurper.go
··· 60 60 func DefaultSlurperConfig() *SlurperConfig { 61 61 // NOTE: many of these defaults are overruled by DefaultRelayConfig, or even process CLI arg defaults 62 62 return &SlurperConfig{ 63 - UserAgent: "indigo-relay", 63 + UserAgent: "indigo-relay (atproto-relay)", 64 64 ConcurrencyPerHost: 40, 65 65 // NOTE: queue depth doesn't do anything with current parallel scheduler implementation 66 66 QueueDepthPerHost: 1000,