Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1439bbb6 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Delete unused timeout constant."

parents 554a15d5 11aaadd6
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -144,9 +144,6 @@ public class NetworkMonitor extends StateMachine {

    private static final int SOCKET_TIMEOUT_MS = 10000;
    private static final int PROBE_TIMEOUT_MS  = 3000;
    // Enough for 3 DNS queries 5 seconds apart.
    // TODO: get this from resources and DeviceConfig instead.
    private static final int DNS_TIMEOUT_MS = 12500;

    enum EvaluationResult {
        VALIDATED(true),