Skip to content

Commit

Permalink
Merge pull request #30 from aauroy/master
Browse files Browse the repository at this point in the history
(configuration): setup the memcached.directory.timeToLiveSeconds property when MEMCACHED_HOST is defined
  • Loading branch information
battlecow authored Aug 13, 2024
2 parents 473caa7 + a50cd2b commit 62aac4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configuration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ create_memcached_properties(){
cat <<-EOF > ${WEBAPPS_DIR}/ROOT/WEB-INF/classes/dal/memcached.properties
memcached.endpoints[0]=$MEMCACHED_HOST
memcached.timeToLiveSeconds=120
memcached.directory.timeToLiveSeconds=86400
EOF
}

Expand Down

0 comments on commit 62aac4a

Please sign in to comment.