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.
This commit is contained in:
Stephane Nicoll
2016-01-26 10:08:02 +01:00
parent 11d8515594
commit 2b1c319867

View File

@@ -1 +1 @@
server.session-timeout: 5
server.session.timeout=5