--- projects/cms/source/reports/php/latest/latest_config.inc.php 2001/03/08 21:41:30 1.3 +++ projects/cms/source/reports/php/latest/latest_config.inc.php 2001/03/11 21:38:57 1.4 @@ -4,6 +4,10 @@ $latestDirectory = "/usr/local/proj/co600_10/webroot/latest"; $latestData = "latest_data"; +# Warning tolerance. I.e. Give a warning if a realtime reports is older +# than this time (in seconds). +$warning_age = 600; + # Page appearance. $lineColor = "#9999ff";