Commit ed91010b authored by Max Lv's avatar Max Lv

Update shadowsocks-libev

parent 8f4d7db7
Subproject commit 248fdcb610b0529496cede280604941ec146b36e
Subproject commit 7029cfca3a2bb9decb100bc1313021b12efe5e1d
......@@ -58,7 +58,7 @@ class ShadowsocksRunnerService extends Service with ServiceBoundContext {
if (bgService != null) {
if (app.isNatEnabled) startBackgroundService()
else if (VpnService.prepare(ShadowsocksRunnerService.this) == null) startBackgroundService()
handler.postDelayed(() => stopSelf(), 10000)
handler.postDelayed(() => stopSelf(), 3000)
}
}, 1000)
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment