Fix leftover value when we would deal with cache duration in minutes instead of seconds
This commit is contained in:
parent
eb404fba34
commit
06e5fe09f4
@ -60,5 +60,5 @@ func getCacheDurationSecondsForPath(filePath string) int {
|
||||
}
|
||||
|
||||
// Default cache length in seconds
|
||||
return 30 * 60
|
||||
return 30
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user