https://bugzilla.wikimedia.org/show_bug.cgi?id=71098

--- Comment #3 from Nik Everett <[email protected]> ---
The error you are seeing is that the queue for new regex queries is full and it
won't let you add another.  I have a error messaging change in the pipeline
that'll make that make more sense but I can't rush it through because if I did
it'd go out untranslated.

The trouble with the regex queries is that there is only one line and some of
them are fast because they have other filters but some are slow and the fast
ones get behind the slow ones in line.  That's why making them faster will help
with the error messages.

The inconsistency is likely also caused by partial timeouts.  In other words
the search backend decides that it has spent long enough on the regex and just
gives what it has so far.  It won't have to do that if I'm able to speed up
regexes though.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to