Skip to content

Commit 6556c49

Browse files
author
Samuel Hassine
committed
[client] Change the ping time
1 parent 3835904 commit 6556c49

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
@@ -83,7 +83,7 @@ def ping(self):
8383
except Exception:
8484
self.in_error = True
8585
logging.info('Error pinging the API')
86-
time.sleep(10)
86+
time.sleep(40)
8787

8888
def run(self):
8989
logging.info('Starting ping alive thread')

0 commit comments

Comments
 (0)