diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2017-06-25 11:39:14 +0200 | 
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2017-06-25 11:39:14 +0200 | 
| commit | 678d410e44ed8b36d21b2f1b720a9cb77d213e56 (patch) | |
| tree | 6674e7f97cedb788518d4dc08a106770d7753fd4 | |
| parent | 9bba5357b84fa048e8f4afd424480d3c5b909466 (diff) | |
decrease lookbehind
| -rw-r--r-- | index.pl | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -75,7 +75,7 @@ sub get_results_for {  				station        => $station,  				main_cache     => $cache_iris_main,  				realtime_cache => $cache_iris_rt, -				lookbehind     => 60, +				lookbehind     => 20,  				%opt  			);  			$data = { | 
