1
0
Fork 0
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:
Alexandr Topilski 2019-09-04 04:40:33 +03:00 committed by GitHub
parent ce1ee32ae4
commit b83a52af02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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):