mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-12-22 11:21:24 +00:00
Remove cache_duration from example files
This commit is contained in:
parent
1911ccd894
commit
6a442b40f7
2 changed files with 0 additions and 6 deletions
1
dev.toml
1
dev.toml
|
@ -24,7 +24,6 @@ enable_silent_video = true
|
||||||
enable_full_video = true
|
enable_full_video = true
|
||||||
filters = ['blur', 'crop', 'identity', 'resize', 'thumbnail']
|
filters = ['blur', 'crop', 'identity', 'resize', 'thumbnail']
|
||||||
skip_validate_imports = false
|
skip_validate_imports = false
|
||||||
cache_duration = 168
|
|
||||||
|
|
||||||
[repo]
|
[repo]
|
||||||
type = 'sled'
|
type = 'sled'
|
||||||
|
|
|
@ -201,11 +201,6 @@ format = "webp"
|
||||||
# Set this to true if you want to avoid processing imported media
|
# Set this to true if you want to avoid processing imported media
|
||||||
skip_validate_imports = false
|
skip_validate_imports = false
|
||||||
|
|
||||||
## Optional: The duration, in hours, to keep media ingested through the "cache" endpoint
|
|
||||||
# environment variable: PICTRS__MEDIA__CACHE_DURATION
|
|
||||||
# default: 168 (1 week)
|
|
||||||
cache_duration = 168
|
|
||||||
|
|
||||||
## Gif configuration
|
## Gif configuration
|
||||||
#
|
#
|
||||||
# Making any of these bounds 0 will disable gif uploads
|
# Making any of these bounds 0 will disable gif uploads
|
||||||
|
|
Loading…
Reference in a new issue