1
0

feat: set default refetch timeout to 14 days

This commit is contained in:
2023-05-14 18:08:26 +00:00
parent 19081aea5d
commit 501dcb23ae

View File

@ -215,7 +215,7 @@ func findKbuild(versions []string, kpkgver string) (
var (
CachePath string
RefetchDays int = 7
RefetchDays int = 14
)
func GetKernels() (kernels []DebianKernel, err error) {