Commit 2b1c3198 authored by Stephane Nicoll's avatar Stephane Nicoll

Fix broken build

`server.session-timeout` was deprecated in 1.3 but still used in a sample
that broke once the support for it was removed. This commit fix the build
by using the expected property.
parent 11d85155
server.session-timeout: 5
\ No newline at end of file
server.session.timeout=5
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment