feat: set default refetch timeout to 14 days
This commit is contained in:
parent
19081aea5d
commit
501dcb23ae
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user