From f716e6f0494ca5ba057f8291b6491ce34aea1b83 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 11 Feb 2011 11:35:05 +0100 Subject: [PATCH] fix comment --- planetlab/slices/slice.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/planetlab/slices/slice.php b/planetlab/slices/slice.php index 1a61181..f4de029 100644 --- a/planetlab/slices/slice.php +++ b/planetlab/slices/slice.php @@ -613,10 +613,9 @@ EOF; $resa_offset=$_GET['resa_offset']; if ( ! $resa_offset ) $resa_offset=0; $rough_start=time()+$resa_offset*3600; - // xxx should be configurable + // show the next 36 grains $resa_slots=$_GET['resa_slots']; if ( ! $resa_slots ) $resa_slots = 36; - // for now, show the next 72 hours, or 72 grains, which ever is smaller $duration=$resa_slots*$grain; $steps=$duration/$grain; $start=intval($rough_start/$grain)*$grain; -- 2.43.0