Index: branches/ariel/xmldumps-backup/mwbzutils/findpageidinbz2xml.c |
— | — | @@ -336,8 +336,7 @@ |
337 | 337 | at least one rev id in there. 20 million / 5000 or whatever it is, is 4000 buffers full of crap |
338 | 338 | hopefully that doesn't take forever. |
339 | 339 | */ |
340 | | - /* if (buffer_count>(20000000/BUFINSIZE) && rev_id) { */ |
341 | | - if (buffer_count>3 && rev_id) { |
| 340 | + if (buffer_count>(20000000/BUFINSIZE) && rev_id) { |
342 | 341 | if (use_api) { |
343 | 342 | page_id_found = get_page_id_from_rev_id_via_api(rev_id, fin); |
344 | 343 | } |