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:
parent
bf2a12ca3b
commit
073e373564
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue