Skip to content

Commit 698630f

Browse files
committed
add delay to check disconnected ip.
1 parent 02390b5 commit 698630f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/src/main/java/com/windscribe/vpn/repository/IpRepository.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class IpRepository(
3333
loadIpFromStorage()
3434
}
3535
if (it.status == VPNState.Status.Disconnected) {
36-
delay(1000)
36+
delay(500)
3737
update()
3838
}
3939
}

0 commit comments

Comments
 (0)