Skip to content

Commit

Permalink
[client] Fix blocked connection timeout in send bundle function (#732)
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelHassine committed Sep 18, 2024
1 parent eb3799b commit 9669edd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pycti/connector/opencti_connector_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -1718,7 +1718,6 @@ def send_stix2_bundle(self, bundle: str, **kwargs) -> list:
)
pika_parameters = pika.ConnectionParameters(
heartbeat=10,
blocked_connection_timeout=10,
host=self.connector_config["connection"]["host"],
port=self.connector_config["connection"]["port"],
virtual_host=self.connector_config["connection"]["vhost"],
Expand Down

0 comments on commit 9669edd

Please sign in to comment.