From fd6f963504a2b64826cf4a9e29799fbf007ab45f Mon Sep 17 00:00:00 2001 From: Ed Sanders Date: Tue, 2 Feb 2016 12:49:32 +0000 Subject: [PATCH] makeSvgsAndCss: Increase max connections This was set low to avoid issues with local servers, but the new default server (wmflabs.org) can handle a higher value, and the script runs much faster. Change-Id: I69b06c59fc03c4c4b15619e8dff7bfc904dba96f --- modules/ve-math/tools/makeSvgsAndCss.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ve-math/tools/makeSvgsAndCss.js b/modules/ve-math/tools/makeSvgsAndCss.js index 4417d5a..ee0b168 100755 --- a/modules/ve-math/tools/makeSvgsAndCss.js +++ b/modules/ve-math/tools/makeSvgsAndCss.js @@ -23,7 +23,7 @@ ] } ), xml2js = require( 'xml2js' ), - mathoidMaxConnections = 5, + mathoidMaxConnections = 20, // If symbol.alignBaseline is true, a background-position property will be added to the // CSS rule to shift the baseline of the SVG to be a certain proportion of the way up the // button.