Skip to content
Snippets Groups Projects
Commit 8fda9c55 authored by CHAD RICHARD HANNA's avatar CHAD RICHARD HANNA
Browse files

lloidhandler: truncate ranking data even more since we are still causing...

lloidhandler: truncate ranking data even more since we are still causing gracedb problems with the new analysis
parent faca5bd9
No related branches found
No related tags found
No related merge requests found
Pipeline #70319 passed with warnings
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment