Searched refs:last_force (Results 1 – 1 of 1) sorted by relevance
4342 static double last_force = 0.0; in check_new_clients() local4343 if (client_count != last_count || dnow() > last_force + 0.25) { in check_new_clients()4345 last_force = dnow(); in check_new_clients()