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

--- Comment #41 from Erik Moeller <[email protected]> ---
I just tried a 470MB test file and it failed with "Unknown error:unknown" on
first step. I suspect it ended up hitting line 217 in mw.FormDataTransport.js:

 //If concatenation takes longer than 3 minutes give up
                    if ( ( ( new Date() ).getTime() - _this.firstPoll ) > 3 *
60 * 1000 ) {
                        _this.transportedCb({
                            code: 'server-error',
                            info: 'unknown server error'
                        });

Is three minutes sufficient time? Are there other things we should do to speed
up the concatenation step?

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to