Skip to content

Commit

Permalink
bugfix network check
Browse files Browse the repository at this point in the history
  • Loading branch information
SeaHOH authored Jun 4, 2017
1 parent c7a31a6 commit 8836bc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/default/gae_proxy/local/check_local_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ def report_network_fail():
last_check_time = time.time()

if continue_fail_count > 10:
network_stat = "unknown"
# network_stat = "unknown"
xlog.debug("report_connect_fail continue_fail_count:%d", continue_fail_count)
triger_check_network()
triger_check_network(True)


def is_ok():
Expand Down

0 comments on commit 8836bc1

Please sign in to comment.