[00:43:13] maybe PHP should have a wall clock time limit instead of just a CPU limit [00:43:56] it's a bit silly that you can hang all processes forever by making swift requests with inappropriate timeouts [00:45:13] wall clock is a real-world time, right? [00:45:28] yes [00:45:42] it's the kind of time that the clock on the wall shows [00:46:16] perhaps you had that one coming :) [00:59:44] AaronSchulz: it looks like SwiftCloudFiles doesn't set CURLOPT_TIMEOUT at all [00:59:56] I thought it used 10 [01:00:00] or at least tried to [01:00:10] that's CURLOPT_CONNECTTIMEOUT [01:00:19] oh, I see [01:00:35] it partly makes sense, a large file might take a long time to upload [01:01:13] "Default timeout is 0 (zero) which means it never times out. " [01:02:49] and I don't think there is any limit in mod_php [01:03:29] so a request could keep running for months, as long as the TCP connection is held open [01:32:12] Eloquence: https://meta.wikimedia.org/wiki/User:Sharihareswara_%28WMF%29/Drafting_1.21wmf2_spam#Site_changes_coming_-_Please_notice_and_report_problems [04:38:37] huh VE broken somehow? [09:13:30] hello [11:35:31] let me ask it here: VisualEditor doesn't load for me now [11:35:34] on mw.org [12:30:45] You'll have to wait for the VE team later today [16:13:05] hey ^demon! [16:13:15] <^demon> Howdy [16:13:28] ^demon: will you be working on the wikidata setup? or will Reedy by doing that? [16:13:37] <^demon> He and I are working together on it [16:13:43] ok, cool [16:13:56] <^demon> We've already got a todo list we're working our way through :) [16:13:59] let me know if there's anything missing. i'll be online today for at least two more hours. [16:14:14] do you think it will be up tomorrow? [16:14:34] <^demon> Maybe by late tomorrow. Still waiting on some ops tasks (DNS & the like) [16:14:56] late tomorrow in the US is not tomorrow for me ;) [16:16:12] ^demon, Reedy: thanks guys! I hope you are having fun setting up the first new projects in what, 6 years? [16:16:42] <^demon> Yeah. Had to make a list of all the things that need doing. It's been awhile :) [16:16:52] :) [16:17:05] <^demon> And we're going to be repeating it soon-ish for Wikivoyage (assuming that name sticks) [16:17:09] publish it. someone will need it for wikivoyage [16:17:21] indeed [17:21:03] Nikerabbit, what do you think about creating a shared copy of Solarium? [18:14:54] MaxSem: it should be installed by puppet [18:15:14] Nikerabbit, Solarium, not Solr [18:15:25] MaxSem: yes, that too [18:15:52] if that is not possible, extension maybe? [18:16:58] well, Translate holds a copy of it, and GeoData is going too [18:17:29] so my point was to create a shared extension to avoid duplication [18:31:08] MaxSem: what I said [23:56:29] chrismcmahon: why are most of the config var names in InitialiseSettings-wmflabs.php (but not all of them) preceded with a hyphen? They aren't in the regular InitialiseSettings.php. [23:56:58] like '-wmgUsePoolCounter' instead of 'wmgUsePoolCounter' [23:57:23] what's the hyphen for? [23:58:29] sorry guess I should say the config key name, not var name