1
0

feat: set default refetch timeout to 14 days

This commit is contained in:
dump_stack() 2023-05-14 18:08:26 +00:00
parent 19081aea5d
commit 501dcb23ae
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC

View File

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