style: document cleanup now-capture and widen test sleep margin

This commit is contained in:
James Smith
2026-05-19 13:10:44 +01:00
parent efc14b4de0
commit 0e0e17b089
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -123,6 +123,7 @@ class DataStore:
Returns:
Number of entries removed
"""
# Capture now once so both the scan and re-validation use the same cutoff.
now = time.time()
with self._lock: