mirror of
https://github.com/fastogt/fastocloud_admin.git
synced 2025-03-09 23:38:52 +00:00
Update service_manager.py
This commit is contained in:
parent
ce1ee32ae4
commit
b83a52af02
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ class ServiceManager(IClientHandler):
|
|||
|
||||
for client in self._subscribers:
|
||||
if ts_sec - client.last_ping_ts > ServiceManager.PING_SUBSCRIBERS_SEC:
|
||||
client.ping()
|
||||
#client.ping()
|
||||
client.last_ping_ts = ts_sec
|
||||
|
||||
def process_response(self, client, req: Request, resp: Response):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue