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
This commit is contained in:
Ed Sanders 2016-02-02 12:49:32 +00:00
parent 69b091480c
commit fd6f963504
1 changed files with 1 additions and 1 deletions

View File

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