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
1 changed files with 1 additions and 1 deletions

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) {
}
}