3d too slow

This commit is contained in:
xss 2022-04-10 15:25:49 +10:00
parent 7080e6c70d
commit 7b99bcb94e

View File

@ -85,7 +85,7 @@ def get(event, context):
def get_telem(event, context):
durations = { # ideally we shouldn't need to predefine these, but it's a shit load of data and we don't need want to overload ES
"3d": (259200, 1),
"3d": (259200, 15),
"1d": (86400, 1),
"12h": (43200, 1),
"6h": (21600, 1),