Skip to content

Commit

Permalink
decreases client cache time to 900 seconds (#36)
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 Jul 5, 2023
1 parent 11b727f commit 735fc02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cantaloupe.properties
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ OpenJpegProcessor.path_to_binaries =
# Whether to enable the response Cache-Control header.
cache.client.enabled = true

cache.client.max_age = 604800
cache.client.max_age = 900
cache.client.shared_max_age =
cache.client.public = false
cache.client.private = true
Expand Down

0 comments on commit 735fc02

Please sign in to comment.