Skip to content

Commit

Permalink
the point of "continue_wait" is to allow us to gradually wait longer,…
Browse files Browse the repository at this point in the history
… don't start at the limit!

git-svn-id: https://xpra.org/svn/Xpra/trunk@8785 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Mar 16, 2015
1 parent f1e9544 commit ec153c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xpra/net/bytestreams.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@


def untilConcludes(is_active_cb, f, *a, **kw):
wait = continue_wait
wait = 0
while is_active_cb():
try:
return f(*a, **kw)
Expand Down

0 comments on commit ec153c8

Please sign in to comment.