Searched refs:maxOutstandingSettings (Results 1 – 3 of 3) sorted by relevance
12 const maxOutstandingSettings = 2; constant19 for (let n = 0; n < maxOutstandingSettings; n++) {26 const server = h2.createServer({ maxOutstandingSettings }); field46 { maxOutstandingSettings }); field
37 maxOutstandingSettings: 8, property
252 if (typeof options.maxOutstandingSettings === 'number') {255 MathMax(1, options.maxOutstandingSettings);