increased sleep to 10

pull/26/head
alanbjohnston 7 years ago committed by GitHub
parent bf6a4b0b7b
commit 92d2feb081
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -808,7 +808,7 @@ int get_tlm_fox() {
send(sock, buffer, sizeof(buffer), 0);
}
sleep(5);
sleep(10);
return 0;
}

Loading…
Cancel
Save

Powered by TurnKey Linux.