Commit c2bdf55
committed
Increase default read timeout to 10 seconds
The read timeout is the time until Github starts the response to an
http request. The current default of one second can be too short for a
local maybe slower Github Enterprise. Instead change it to 10s as
github suggests also in its best practices for request from Github to
integrations [1].
[1] https://developer.github.com/v3/guides/best-practices-for-integrators/#favor-asynchronous-work-over-synchronous1 parent 5deccee commit c2bdf55
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
| 152 | + | |
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
| |||
0 commit comments