Update task_manager_index.py

This commit is contained in:
Mr Chen 2024-06-05 16:22:12 +08:00
parent 6d77e923b7
commit e441d8dc87
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ class mainClass(object):
tmp['up_package'] = int(np_list[4])
self.__process_net_list[tmp['pid']] = tmp
if time.time() - self.last_net_process_time > 10:
if time.time() - self.last_net_process_time > 7:
self.last_net_process = self.__process_net_list
self.last_net_process_time = time.time()