Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F7163690
D2182.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
429 B
Subscribers
None
D2182.id.diff
View Options
diff --git a/swh/journal/client.py b/swh/journal/client.py
--- a/swh/journal/client.py
+++ b/swh/journal/client.py
@@ -134,7 +134,7 @@
elapsed = time.monotonic() - start_time
if self.process_timeout:
- if elapsed >= self.process_timeout:
+ if elapsed + 0.01 >= self.process_timeout:
break
timeout = self.process_timeout - elapsed
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jan 30, 1:15 PM (9 h, 6 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3222885
Attached To
D2182: Prevent busy-waiting on / spamming consumer.poll.
Event Timeline
Log In to Comment