This commit is contained in:
spla 2023-01-05 01:04:44 +01:00
pare 5992e67172
commit 99762c74b2

Veure arxiu

@ -317,15 +317,11 @@ if __name__ == '__main__':
now = start
#world_servers = db.get_world_servers()
ray_start = time.time()
try:
#results = ray.get([getsoft.remote(server) for server in world_servers])
results = ray.get([getsoft.remote(server) for server in hostname_peers])
#[getsoft(server) for server in world_servers]
print(f"duration = {time.time() - ray_start}.\nprocessed servers: {len(results)}")