mirror of
https://github.com/HChaZZY/alist.git
synced 2025-12-06 11:03:49 +08:00
fix: cache config env typo
This commit is contained in:
@@ -19,7 +19,7 @@ type Scheme struct {
|
||||
}
|
||||
|
||||
type CacheConfig struct {
|
||||
Expiration int64 `json:"expiration" env:"A_LIST_DB_EXPIRATION"`
|
||||
Expiration int64 `json:"expiration" env:"A_LIST_EXPIRATION"`
|
||||
CleanupInterval int64 `json:"cleanup_interval" env:"A_LIST_CLEANUP_INTERVAL"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user