diff --git a/process_queue b/process_queue index 2886862..e5147ff 100644 --- a/process_queue +++ b/process_queue @@ -35,7 +35,7 @@ class DiskFullPredictor: return current_used_bytes = lts.data[-1][1] current_usable_bytes = usable_lts.data[-1][1] - tuf = float('inf') + tuf = 1E9 for d in reversed(lts.data): if d[1] < current_usable_bytes * 0.1: continue # for sanity