Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
memoriav
Memobase 2020
services
Cantaloupe on Docker
Commits
9566b20e
Verified
Commit
9566b20e
authored
Nov 23, 2021
by
Sebastian Schüpbach
Browse files
activate cache cleaner on daily basis
parent
43589d06
Pipeline
#49256
passed with stages
in 9 minutes and 3 seconds
Changes
4
Pipelines
27
Hide whitespace changes
Inline
Side-by-side
cantaloupe.properties
View file @
9566b20e
...
...
@@ -487,7 +487,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
=
25920
00
cache.server.source.ttl_seconds
=
6048
00
# Enables the derivative (processed image) cache.
cache.server.derivative.enabled
=
true
...
...
@@ -498,7 +498,7 @@ cache.server.derivative = FilesystemCache
# Amount of time derivative cache content remains valid. Set to blank or 0
# for forever.
cache.server.derivative.ttl_seconds
=
25920
00
cache.server.derivative.ttl_seconds
=
6048
00
# 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).
...
...
@@ -517,7 +517,7 @@ cache.server.resolve_first = false
# !! Enables the cache worker, which periodically purges invalid cache
# items in the background.
cache.server.worker.enabled
=
fals
e
cache.server.worker.enabled
=
tru
e
# !! The cache worker will wait this many seconds before starting its
# next shift.
...
...
helm-charts/helm-values/api-image-server-prod.yaml
View file @
9566b20e
tag
:
"
5.x-
turbojpeg
"
tag
:
"
5.x-
no-deps
"
k8sEnvironment
:
prod
k8sReplicas
:
2
...
...
@@ -13,7 +13,7 @@ mediaFolderRootPath: "/home/cantaloupe/images"
cacheServerDerivativeEnabled
:
"
true"
cacheServerDerivative
:
"
FilesystemCache"
cacheServerDerivativeTtlSeconds
:
"
172
800"
cacheServerDerivativeTtlSeconds
:
"
604
800"
cacheServerInfoEnabled
:
"
false"
cacheServerPurgeMissing
:
"
false"
cacheServerResolveFirst
:
"
false"
...
...
helm-charts/helm-values/api-image-server-stage.yaml
View file @
9566b20e
tag
:
"
5.x-
turbojpeg
"
tag
:
"
5.x-
no-deps
"
k8sEnvironment
:
stage
k8sReplicas
:
1
...
...
@@ -13,7 +13,7 @@ mediaFolderRootPath: "/home/cantaloupe/images"
cacheServerDerivativeEnabled
:
"
true"
cacheServerDerivative
:
"
FilesystemCache"
cacheServerDerivativeTtlSeconds
:
"
172
800"
cacheServerDerivativeTtlSeconds
:
"
604
800"
cacheServerInfoEnabled
:
"
false"
cacheServerPurgeMissing
:
"
false"
cacheServerResolveFirst
:
"
false"
...
...
helm-charts/helm-values/api-image-server-test.yaml
View file @
9566b20e
tag
:
"
5.x-
turbojpeg
"
tag
:
"
5.x-
no-deps
"
k8sEnvironment
:
test
k8sReplicas
:
1
...
...
@@ -13,7 +13,7 @@ mediaFolderRootPath: "/home/cantaloupe/images"
cacheServerDerivativeEnabled
:
"
true"
cacheServerDerivative
:
"
FilesystemCache"
cacheServerDerivativeTtlSeconds
:
"
172
800"
cacheServerDerivativeTtlSeconds
:
"
604
800"
cacheServerInfoEnabled
:
"
false"
cacheServerPurgeMissing
:
"
false"
cacheServerResolveFirst
:
"
false"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment