https://bugzilla.wikimedia.org/show_bug.cgi?id=52918
Brad Jorsch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |49199 --- Comment #1 from Brad Jorsch <[email protected]> --- It looks like the query is probably timing out because it's searching through all log entries in order by date for the first one with the specified action; since AbuseFilter is relatively recent, that's a lot to go through before it finds one. We should use the type_action index (instead of 'times') when leaction is given, but apparently that was never added to WMF wikis. So I'm marking this as depending on bug 49199. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
