mirror of
https://github.com/fankes/beszel.git
synced 2025-10-20 02:09:28 +08:00
increase docker client timeout to 2100ms
This commit is contained in:
@@ -219,7 +219,7 @@ func newDockerManager() *dockerManager {
|
|||||||
|
|
||||||
dockerClient := &dockerManager{
|
dockerClient := &dockerManager{
|
||||||
client: &http.Client{
|
client: &http.Client{
|
||||||
Timeout: time.Millisecond * 1100,
|
Timeout: time.Millisecond * 2100,
|
||||||
Transport: transport,
|
Transport: transport,
|
||||||
},
|
},
|
||||||
containerStatsMap: make(map[string]*container.Stats),
|
containerStatsMap: make(map[string]*container.Stats),
|
||||||
|
Reference in New Issue
Block a user