We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34dab01 commit 0e9e45eCopy full SHA for 0e9e45e
routes/utils.py
@@ -230,7 +230,7 @@ def select_best_try_per_task(task_stats):
230
def get_worker_ip_port_from_key(key):
231
return ':'.join(key.split(':')[:-1])
232
233
-def compress_time_based_critical_points(points, max_points=100000):
+def compress_time_based_critical_points(points, max_points=10000):
234
if len(points) <= max_points:
235
return points
236
0 commit comments