fix debug tools beamline, adjust port for eigers
This commit is contained in:
@@ -230,7 +230,7 @@ class DebugTools:
|
||||
console = Console()
|
||||
console.print(table)
|
||||
|
||||
def _ping_many(self, hosts: list[str], port=23, timeout=2, max_workers=None):
|
||||
def _ping_many(self, hosts: list[str], port=22, timeout=2, max_workers=None):
|
||||
max_workers = max_workers or len(hosts)
|
||||
with ThreadPoolExecutor(max_workers=max_workers) as executor:
|
||||
primed_ping = partial(self._ping, port=port, timeout=timeout)
|
||||
|
||||
Reference in New Issue
Block a user