@glimt/record 0.0.83 → 0.0.84

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/record.js CHANGED
@@ -10331,7 +10331,7 @@ const _MutationRateLimiter = class _MutationRateLimiter2 {
10331
10331
  __publicField(this, "exitMutTracker");
10332
10332
  __publicField(this, "interval", 50);
10333
10333
  __publicField(this, "exitInterval", 100);
10334
- __publicField(this, "mutThreshold", 250);
10334
+ __publicField(this, "mutThreshold", 350);
10335
10335
  __publicField(this, "inGlobalStorm", false);
10336
10336
  __publicField(this, "currentStormStartedAt", -1);
10337
10337
  __publicField(this, "stormTimeLimit", 5e3);
@@ -10628,7 +10628,7 @@ class MutationBuffer {
10628
10628
  __publicField(this, "stormBatches", []);
10629
10629
  __publicField(this, "stormInfo", null);
10630
10630
  __publicField(this, "stormSettings", {
10631
- batchSize: 50,
10631
+ batchSize: 250,
10632
10632
  //was 300
10633
10633
  timeout: 50,
10634
10634
  //was 50