We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3835904 commit 6556c49Copy full SHA for 6556c49
pycti/connector/opencti_connector_helper.py
@@ -83,7 +83,7 @@ def ping(self):
83
except Exception:
84
self.in_error = True
85
logging.info('Error pinging the API')
86
- time.sleep(10)
+ time.sleep(40)
87
88
def run(self):
89
logging.info('Starting ping alive thread')
0 commit comments