forked from shaba/openuds
Set ready to y so initial wait is not done
This commit is contained in:
parent
e81a8fdc5f
commit
86b252916c
@ -121,6 +121,7 @@ class BaseSpiceTransport(Transport):
|
||||
|
||||
if connection.testServer(con['address'], port_to_test) is True:
|
||||
self.cache.put(ip, 'Y', READY_CACHE_TIMEOUT)
|
||||
ready = 'Y'
|
||||
|
||||
return ready == 'Y'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user