Comparing version 2.1.0 to 2.1.1
@@ -14,3 +14,3 @@ 'use strict'; | ||
var ROARR_BUFFER_SIZE = parseInt(process.env.ROARR_BUFFER_SIZE, 10) || 1024 * 8; // @flow | ||
var ROARR_BUFFER_SIZE = process.env.ROARR_BUFFER_SIZE === undefined ? 1024 * 8 : parseInt(process.env.ROARR_BUFFER_SIZE, 10); // @flow | ||
@@ -17,0 +17,0 @@ /* eslint-disable no-process-env */ |
@@ -78,3 +78,3 @@ { | ||
}, | ||
"version": "2.1.0" | ||
"version": "2.1.1" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
76790
4