Log slow pages

This commit is contained in:
Yorhel 2016-10-09 09:26:01 +02:00
parent fcaccd6f48
commit 3eb1cbae63

View file

@ -19,6 +19,7 @@ TUWF::set(
db_login => [undef, undef, undef], db_login => [undef, undef, undef],
debug => 0, debug => 0,
xml_pretty => 0, xml_pretty => 0,
log_slow_pages => 500,
# Cache the system information # Cache the system information
pre_request_handler => sub { pre_request_handler => sub {
my $self = shift; my $self = shift;