Commit 56926577 authored by Wayne Davison's avatar Wayne Davison

No need to check MIN_FILECNT_LOOKAHEAD w/extra_flist_sending_enabled.

parent c493b6b8
......@@ -676,8 +676,7 @@ static char *perform_io(size_t needed, int flags)
}
if (extra_flist_sending_enabled) {
if (file_total - file_old_total < MAX_FILECNT_LOOKAHEAD
&& file_total - file_old_total >= MIN_FILECNT_LOOKAHEAD)
if (file_total - file_old_total < MAX_FILECNT_LOOKAHEAD)
tv.tv_sec = 0;
else {
extra_flist_sending_enabled = False;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment