Skip to content

Commit

Permalink
Lowers SshKeepaliveThread loop period to fasten "down" detection
Browse files Browse the repository at this point in the history
  • Loading branch information
HorlogeSkynet committed Oct 7, 2024
1 parent 4b331c6 commit c615296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sshubl/actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ class SshKeepaliveThread(Thread):
If master fails to answer, a re-connection attempt occurs.
"""

__LOOP_PERIOD = 15
__LOOP_PERIOD = 10

def __init__(self, *args, window: sublime.Window, **kwargs):
self.window = window
Expand Down

0 comments on commit c615296

Please sign in to comment.