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

       Web browser: ---
            Bug ID: 48873
           Summary: CheckUser Sucks
           Product: MediaWiki extensions
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: CheckUser
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected]
    Classification: Unclassified
   Mobile Platform: ---

I was trying to use it on wikidatawiki to see user agents for a squid
apparently editing. None of the queries ever gave any useful results, mostly
timing out at the squid/nginx proxies.

I'm guessing it's doing a long slow query that doesn't finish because it takes
too long

Doing a bounded query worked fine (directly to the database)

select * from cu_changes where cuc_user = 0 and cuc_user_text = '10.64.0.127'
order by cuc_timestamp DESC limit 15

-- 
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

Reply via email to