hotfix config update

This commit is contained in:
Mukhtar Akere
2025-08-28 01:30:54 +01:00
parent 8bb786c689
commit d76ca032ab
2 changed files with 35 additions and 5 deletions

View File

@@ -81,7 +81,7 @@ func NewManager() *Manager {
logger: logger.New("rclone"),
ctx: ctx,
cancel: cancel,
httpClient: &http.Client{Timeout: 30 * time.Second},
httpClient: &http.Client{Timeout: 60 * time.Second},
serverReady: make(chan struct{}),
}
}