Merge 74ae63ab5a
into 72fa575fee
This commit is contained in:
commit
70311f7474
1 changed files with 4 additions and 1 deletions
|
@ -105,7 +105,10 @@ func (ru *RemoteUser) AsPerson() *activitystreams.Person {
|
|||
|
||||
func activityPubClient() *http.Client {
|
||||
return &http.Client{
|
||||
Timeout: 15 * time.Second,
|
||||
Timeout: 120 * time.Second,
|
||||
Transport: &http.Transport{
|
||||
Proxy: http.ProxyFromEnvironment,
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue