diff --git a/gstlal-inspiral/python/lloidhandler.py b/gstlal-inspiral/python/lloidhandler.py index 112033c366e7922dbad299368e094da8cd7d083c..e09d011c78e1bacfc6e46320c387ca99f82439d4 100644 --- a/gstlal-inspiral/python/lloidhandler.py +++ b/gstlal-inspiral/python/lloidhandler.py @@ -1286,8 +1286,8 @@ class Handler(simplehandler.Handler): # empty horizon history pass else: - # keep the last day of history - endtime -= 86400. * 1 + # keep the last hour of history + endtime -= 3600. * 1 for history in rankingstat.numerator.horizon_history.values(): del history[:endtime] else: