uncomment a line that forced updates on every minute in the 'serv' graph

This commit is contained in:
Jordi Sanfeliu 2014-05-28 10:12:58 +02:00
parent 444b7a3b32
commit a264d23c23
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ sub serv_update {
# This graph is refreshed only every 5 minutes
my (undef, $min) = localtime(time);
# return if($min % 5);
return if($min % 5);
if(-r $config->{secure_log}) {
$date = strftime("%b %e", localtime);