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

Commit 9669edd

Browse files
committed
[client] Fix blocked connection timeout in send bundle function (#732)
1 parent eb3799b commit 9669edd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pycti/connector/opencti_connector_helper.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1718,7 +1718,6 @@ def send_stix2_bundle(self, bundle: str, **kwargs) -> list:
17181718
)
17191719
pika_parameters = pika.ConnectionParameters(
17201720
heartbeat=10,
1721-
blocked_connection_timeout=10,
17221721
host=self.connector_config["connection"]["host"],
17231722
port=self.connector_config["connection"]["port"],
17241723
virtual_host=self.connector_config["connection"]["vhost"],

0 commit comments

Comments
 (0)