mirror of https://github.com/artifacthub/hub.git
Update tracker repository timeout (#1536)
Signed-off-by: Sergio Castaño Arteaga <tegioz@icloud.com>
This commit is contained in:
parent
3fc3e18d4c
commit
c7405c57ae
|
|
@ -24,7 +24,7 @@ import (
|
|||
const (
|
||||
githubMaxRequestsPerHourUnauthenticated = 60
|
||||
githubMaxRequestsPerHourAuthenticated = 5000
|
||||
repositoryTimeout = 5 * time.Minute
|
||||
repositoryTimeout = 10 * time.Minute
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
|
|||
Loading…
Reference in New Issue