diff --git a/dap/algos/custom.py b/dap/algos/custom.py index 3e9c689..4d3e648 100644 --- a/dap/algos/custom.py +++ b/dap/algos/custom.py @@ -30,8 +30,8 @@ def calc_custom(results, image, pixel_mask): results.update(res) -@cooldown(30) @functools.cache +@cooldown(60) def load_custom(script): beamline, name = script.split(":")