this repo has no description
0
fork

Configure Feed

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

Increase PDS repo fetch timeout (#696)

Increases the default timeout for generic PDSs when running GetRepo from
the Relay.

authored by

Jaz and committed by
GitHub
52f36909 b230db41

+3
+3
cmd/bigsky/main.go
··· 343 343 "x-ratelimit-bypass": rlskip, 344 344 } 345 345 } 346 + } else { 347 + // Generic PDS timeout 348 + c.Client.Timeout = time.Minute * 1 346 349 } 347 350 } 348 351 rf.ApplyPDSClientSettings = ix.ApplyPDSClientSettings