[14:21:51] [[Tech]]; Normal Person exploring this world; /* New Page and subjects */ new section; https://meta.wikimedia.org/w/index.php?diff=20100850&oldid=20093532&rcid=15531364 [14:24:23] Not quite as spammy as I expected [15:45:39] Reedy: hmpf you made me answer [15:45:39] [[Tech]]; Nemo bis; /* New Page and subjects */ +re; https://meta.wikimedia.org/w/index.php?diff=20101340&oldid=20100850&rcid=15532063 [16:20:53] hi, is there a graph where I can see the value of the 'lag' (as in maxlag in API calls) value over time for Wikidata? [16:22:34] https://grafana.wikimedia.org/d/000000303/mysql-replication-lag?panelId=12&fullscreen&orgId=1&from=now-7d&to=now [16:22:57] [[Tech]]; L2212; /* Anti-vandalism bot */; https://meta.wikimedia.org/w/index.php?diff=20101371&oldid=20101340&rcid=15532158 [16:24:36] err, no, that's a different thing. [16:24:55] well, replag feeds into maxlag... [16:27:31] https://grafana.wikimedia.org/d/000000156/wikidata-dispatch?orgId=1&refresh=1m&fullscreen&panelId=22 [16:29:33] wikidata maxlag is replag & wdqs lag & wikibase dispatch lag [16:30:13] '&' as in addition or maximum? [16:33:15] I thought there was something in the replag code that wikibase overrode... [16:33:36] https://phabricator.wikimedia.org/T194950 https://phabricator.wikimedia.org/T221774 [16:34:38] oh, I had case sensitive searching on. That explains the lack of results [16:34:50] Nudin_WMDE: RepoHooks::onApiMaxLagInfo [16:35:48] But yeah, the tasks AntiComposite just linked give most of the info/points to look at [16:36:42] Thanks! [19:08:45] [[Tech]]; MZMcBride; /* Anti-vandalism bot */ +reply; https://meta.wikimedia.org/w/index.php?diff=20101991&oldid=20101371&rcid=15533335 [21:47:32] hi, does anybody here now if there is a limit on the returns from Special:LinkSearch ? [21:48:50] was looking for the number of links to a certain site and found exactly 60000, which is a bit to much a round number for a search like that [21:51:47] akoopal: https://gerrit.wikimedia.org/r/#/c/mediawiki/core/+/283753/ [21:52:38] thanks [21:52:56] so I was right, it was 'too round' [21:53:10] no problem just good to know it is even more [21:55:51] FWIW I found that by searching MediaWiki's code on GitHub for "60000": https://github.com/wikimedia/mediawiki/search?q=60000 , and then clicking "Blame" on the first result to find out which change added the relevant line [22:02:27] of course it could still be exactly 60,000 :) [22:02:32] https://codesearch.wmflabs.org/search/ also works, as well as searching in https://phabricator.wikimedia.org/source/mediawiki/ [22:10:03] ori: yes, it could be. Good hint to search on that number btw