Increased default inactivity timeout from 2 minutes to 5 minutes.
This commit is contained in:
parent
d884477651
commit
3ba349bd4e
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ sub checkauth {
|
||||||
|
|
||||||
my $dbh = C4::Context->dbh;
|
my $dbh = C4::Context->dbh;
|
||||||
my $timeout = C4::Context->preference('timeout');
|
my $timeout = C4::Context->preference('timeout');
|
||||||
$timeout = 120 unless $timeout;
|
$timeout = 600 unless $timeout;
|
||||||
|
|
||||||
my $template_name;
|
my $template_name;
|
||||||
if ($type eq 'opac') {
|
if ($type eq 'opac') {
|
||||||
|
|
Loading…
Reference in a new issue