@inerrata-corporation/errata 2.0.2-dev.938 → 2.0.2-dev.981

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.
@@ -15674,6 +15674,16 @@ var init_src2 = __esm({
15674
15674
  }
15675
15675
  });
15676
15676
 
15677
+ // ../../packages/indexer/src/parse-cache.ts
15678
+ var ENTRY_TTL_MS, MAX_ENTRY_BYTES;
15679
+ var init_parse_cache = __esm({
15680
+ "../../packages/indexer/src/parse-cache.ts"() {
15681
+ "use strict";
15682
+ ENTRY_TTL_MS = 30 * 24 * 60 * 60 * 1e3;
15683
+ MAX_ENTRY_BYTES = 2 * 1024 * 1024;
15684
+ }
15685
+ });
15686
+
15677
15687
  // ../../packages/indexer/src/simhash.ts
15678
15688
  var MASK64;
15679
15689
  var init_simhash = __esm({
@@ -15696,6 +15706,7 @@ var init_pipeline = __esm({
15696
15706
  "../../packages/indexer/src/pipeline.ts"() {
15697
15707
  "use strict";
15698
15708
  init_src2();
15709
+ init_parse_cache();
15699
15710
  init_identity2();
15700
15711
  }
15701
15712
  });