1
0
Fork 0
mirror of https://github.com/M66B/NetGuard.git synced 2025-02-24 15:21:19 +00:00

Reduce legacy restart delay to 500 ms

This commit is contained in:
M66B 2016-03-11 19:27:59 +01:00
parent bf2a12ca3b
commit 073e373564

View file

@ -420,7 +420,7 @@ public class ServiceSinkhole extends VpnService implements SharedPreferences.OnS
stopVPN(vpn);
vpn = null;
try {
Thread.sleep(3000);
Thread.sleep(500);
} catch (InterruptedException ignored) {
}
}