From 66bece58c1e54cece87c99fc6fb2740d2d47262e Mon Sep 17 00:00:00 2001 From: Klaas van Schelven Date: Wed, 28 Aug 2024 08:58:00 +0200 Subject: [PATCH] snappea: remove a comment that's mostly of historic interest --- snappea/foreman.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/snappea/foreman.py b/snappea/foreman.py index 2edd04b..4dd0d82 100644 --- a/snappea/foreman.py +++ b/snappea/foreman.py @@ -287,8 +287,6 @@ class Foreman: # > connection Y from before the write in connection X. # # Note the list(...) in the below to ensure the QS is evaluated inside the transaction. - # (I introduced this transaction later, and before I did I did not notice any problems, presumably because - # when in autocommit mode you get fresh transactions per query...) tasks = list(Task.objects.all()[:self.settings.TASK_QS_LIMIT]) task_i = -1