Commit b0b25f08 authored by Max Lv's avatar Max Lv

update interval

parent bb6fdc5d
......@@ -106,7 +106,7 @@ class ShadowsocksService extends Service {
private var lastTxRate = 0
private var lastRxRate = 0
private var timer: Timer = null
private val TIMER_INTERVAL = 1
private val TIMER_INTERVAL = 2
private def changeState(s: Int) {
if (state != s) {
......
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