Skip to content

Commit 5ba0a13

Browse files
committed
modify client timeout
1 parent 970e8ea commit 5ba0a13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/paperless/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ var (
1414
func getSharedClient() *http.Client {
1515
once.Do(func() {
1616
client = &http.Client{
17-
Timeout: time.Second * 10,
17+
Timeout: time.Second * 100,
1818
}
1919
})
2020
return client

0 commit comments

Comments
 (0)