1
0
Fork 0

feat: set default refetch timeout to 14 days

master
dump_stack() 2023-05-14 18:08:26 +00:00
parent 19081aea5d
commit 501dcb23ae
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 1 additions and 1 deletions

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) {