Skip to content

Commit

Permalink
(configuration): setup the memcached.directory.timeToLiveSeconds prop…
Browse files Browse the repository at this point in the history
…erty when MEMCACHED_HOST is defined
  • Loading branch information
aauroy authored Aug 13, 2024
1 parent 473caa7 commit a50cd2b
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 a50cd2b

Please sign in to comment.