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