From 45794f4127e6e2d18d9165eb91edd26c7c9840a7 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Sun, 19 Oct 2014 13:02:01 +0200 Subject: [PATCH] Fix inactivity timeouts which are now expressed in minutes, not seconds --- conf/settings.ini.dist | 4 ++-- templates/default/owner_password_modal.html.ep | 4 ++-- vroom.pl | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/conf/settings.ini.dist b/conf/settings.ini.dist index f5e3f8d..9f1cdd8 100644 --- a/conf/settings.ini.dist +++ b/conf/settings.ini.dist @@ -40,9 +40,9 @@ [rooms] ; After this amount of time in minutes, rooms without any activity will be purged -;inactivity_timeout = '3600' +;inactivity_timeout = '60' ; You can also purge reserved rooms -;reserved_inactivity_imeout = '5184000' +;reserved_inactivity_timeout = '86400' ; A comma separated list of room names you don't want to be reservable ;common_names = 'test,test1,test123,0,1,2,3,4,5,6,7,8,9,123,1234,12345,a,aa,abc,azerty,qwerty,vroom,foo,bar,baz' diff --git a/templates/default/owner_password_modal.html.ep b/templates/default/owner_password_modal.html.ep index 3c46dca..f235b87 100644 --- a/templates/default/owner_password_modal.html.ep +++ b/templates/default/owner_password_modal.html.ep @@ -15,12 +15,12 @@ <%=l 'SET_OWNER_PASS' %>