Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit d9210e0

Browse files
committed
[client] Increase some thresholds
1 parent f12a25a commit d9210e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pycti/connector/opencti_connector_helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ def run(self) -> None:
376376
self.pika_credentials = pika.PlainCredentials(self.user, self.password)
377377
self.pika_parameters = pika.ConnectionParameters(
378378
heartbeat=10,
379-
blocked_connection_timeout=10,
379+
blocked_connection_timeout=30,
380380
host=self.host,
381381
port=self.port,
382382
virtual_host=self.vhost,

0 commit comments

Comments
 (0)