Skip to content

Commit

Permalink
re-add time safety
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-mangin committed Jul 9, 2019
1 parent 76f5cbc commit 49f310e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/exabgp/application/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,8 @@ def main ():
sys.exit(1)

# we are not ack'ing the command and probably have read all there is
# if time.time() > start + 1.5:
# break
if time.time() > start + 1.5:
break

# we read nothing, nothing to do
if not rbuffer:
Expand Down

0 comments on commit 49f310e

Please sign in to comment.