diff --git a/pool/page.php b/pool/page.php index 6a7ce997..2873560c 100644 --- a/pool/page.php +++ b/pool/page.php @@ -436,7 +436,7 @@ function pgfoot($info) if (is_array($info) && isset($info['sync'])) { $sync = $info['sync']; - if ($sync > 1000) + if ($sync > 5000) $syc = 'hi'; else $syc = 'lo';