/
githubmirror
/
photoprism
Обзор
Документация
Войти
/
githubmirror
/
photoprism
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
internal/config/ttl/cache.go
12 строк
545 B
Michael Mayer
CI: Apply Go linter recommendations to "internal/config" packages #5330
22 ноя 2025, 22:00
22 ноя 2025, 22:00
7c0f0b4
Код
Авторство
О чём код?
package ttl var ( // CacheMaxAge is the maximum cache duration (in seconds). CacheMaxAge Duration = 31536000 // 365 days is the maximum cache time // CacheDefault is the default cache duration (in seconds). CacheDefault Duration = 2592000 // 30 days is the default cache time // CacheVideo is the cache duration for video streams (in seconds). CacheVideo Duration = 21600 // 6 hours for video streams // CacheCover is the cache duration for album cover images (in seconds). CacheCover Duration = 3600 // 1 hour for album cover images )