https://bugzilla.wikimedia.org/show_bug.cgi?id=16236
--- Comment #5 from Robert Stojnic <[EMAIL PROTECTED]> 2008-11-14 11:11:36 UTC --- This is likely due to the way results are fetched on the backend. Results are fetched in a single thread, in a linear way from many index parts, so for large queries time accumulates for just more than 3 seconds, which is the default timeout in MWSearch. Possible solution would be: 1) increase timeout in MWSearch Http::get call to e.g. 6 seconds - obviously this would produce longer waiting times for the user 2) fetch results on the backend in parallel - this would produce additional synchronization and slow down typical queries, possibly bogging down searchers with syncrhonization -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
