From 3ba349bd4e980910c4b1eeeec9a4f3139b9dd705 Mon Sep 17 00:00:00 2001 From: tonnesen Date: Wed, 11 Jun 2003 18:40:53 +0000 Subject: [PATCH] Increased default inactivity timeout from 2 minutes to 5 minutes. --- C4/Auth.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Auth.pm b/C4/Auth.pm index 18fd91372d..1df5fc5564 100644 --- a/C4/Auth.pm +++ b/C4/Auth.pm @@ -199,7 +199,7 @@ sub checkauth { my $dbh = C4::Context->dbh; my $timeout = C4::Context->preference('timeout'); - $timeout = 120 unless $timeout; + $timeout = 600 unless $timeout; my $template_name; if ($type eq 'opac') { -- 2.39.5