From ff9c61bd650e909565f0e58ffd5082cc7d0bb046 Mon Sep 17 00:00:00 2001 From: Joe Knapper Date: Mon, 23 Feb 2026 13:48:15 +0000 Subject: [PATCH] Apply suggestions from code review of branch scan-logs --- src/openflexure_microscope_server/utilities.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openflexure_microscope_server/utilities.py b/src/openflexure_microscope_server/utilities.py index 0c3f2b6a..d6df4df9 100644 --- a/src/openflexure_microscope_server/utilities.py +++ b/src/openflexure_microscope_server/utilities.py @@ -443,7 +443,7 @@ def get_invocation_logs( This must be called from the action's context (thread). - Note that only 1000 logs are stored in LabThings for very long tasks that + Note that only 1000 logs are stored in LabThings. For very long tasks that log regularly it may be good to periodically poll this and request only the logs since the last log was created.