From aa449273ab9742151e7011db31675f32c305f7ff Mon Sep 17 00:00:00 2001 From: Benjamin Labrecque Date: Tue, 14 Jul 2026 12:29:23 +0200 Subject: [PATCH] fix: nturns --- services/nturns/current/app/src/AGEBD-SERVICE-NTURNS.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/services/nturns/current/app/src/AGEBD-SERVICE-NTURNS.py b/services/nturns/current/app/src/AGEBD-SERVICE-NTURNS.py index df378b1..8085b42 100644 --- a/services/nturns/current/app/src/AGEBD-SERVICE-NTURNS.py +++ b/services/nturns/current/app/src/AGEBD-SERVICE-NTURNS.py @@ -98,11 +98,6 @@ class Service(BaseService[PVs]): Npeaks = len(peaks) pvs.turns2k.put(Npeaks) - # maybe sleep to limit the update loop execution rate - time.sleep(1) - ####################################################################################### - ####################################################################################### - def main( log_level: LogLevel = typer.Option(