Skip to content

Commit

Permalink
decreases ttl time to 15 minutes (#35)
Browse files Browse the repository at this point in the history
Co-authored-by: JP Engstrom <[email protected]>
  • Loading branch information
jpengst and JP Engstrom authored Jun 22, 2023
1 parent b971214 commit 11b727f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cantaloupe.properties
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ cache.server.source = FilesystemCache

# Amount of time source cache content remains valid. Set to blank or 0
# for forever.
cache.server.source.ttl_seconds = 86400
cache.server.source.ttl_seconds = 900

# Enables the derivative (processed image) cache.
cache.server.derivative.enabled = true
Expand All @@ -483,7 +483,7 @@ cache.server.derivative = S3Cache

# Amount of time derivative cache content remains valid. Set to blank or 0
# for forever.
cache.server.derivative.ttl_seconds = 86400
cache.server.derivative.ttl_seconds = 900

# Whether to use the Java heap as a "level 1" cache for image infos, either
# independently or in front of a "level 2" derivative cache (if enabled).
Expand Down

0 comments on commit 11b727f

Please sign in to comment.