@slot-engine/core 0.1.14-test.0 → 0.1.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -2146,7 +2146,9 @@ ${error.stack}
2146
2146
  const forceRecordsPath = this.PATHS.forceRecords(mode);
2147
2147
  const aggregatedRecords = /* @__PURE__ */ new Map();
2148
2148
  if (import_fs2.default.existsSync(tempRecordsPath)) {
2149
- const fileStream = import_fs2.default.createReadStream(tempRecordsPath);
2149
+ const fileStream = import_fs2.default.createReadStream(tempRecordsPath, {
2150
+ highWaterMark: this.streamHighWaterMark
2151
+ });
2150
2152
  const rl = import_readline2.default.createInterface({
2151
2153
  input: fileStream,
2152
2154
  crlfDelay: Infinity