remove response caching

Turn out, that caching on the client side does not play well when new
data is loaded into the system.
This commit is contained in:
2018-05-10 17:52:13 +02:00
parent b61a34a0e6
commit 47e32bb6b1
5 changed files with 6 additions and 32 deletions

View File

@@ -4,6 +4,4 @@ db.base=${base.dir}/db
path.tmp=${base.dir}/tmp
path.output=${base.dir}/out
cache.images.duration.seconds=3600
logging.config=classpath:log4j2.xml