mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Increase timeout for obtaining login background image list
This commit is contained in:
parent
580e9ae4bd
commit
701e301d48
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ func (h *Handler) getImageList(ctx context.Context) ([]string, error) {
|
|||
start := time.Now()
|
||||
|
||||
c := http.Client{
|
||||
Timeout: 5 * time.Second,
|
||||
Timeout: time.Minute,
|
||||
}
|
||||
|
||||
req, _ := http.NewRequestWithContext(ctx, http.MethodGet, buildPath(ndImageServiceURL, "index.yml"), nil)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue