@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.cjs +2 -2
- package/dist/record.cjs.map +1 -1
- package/dist/record.js +2 -2
- package/dist/record.js.map +1 -1
- package/dist/record.umd.cjs +2 -2
- package/dist/record.umd.cjs.map +2 -2
- package/dist/record.umd.min.cjs +1 -1
- package/dist/record.umd.min.cjs.map +2 -2
- package/package.json +1 -1
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",
|
|
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:
|
|
10631
|
+
batchSize: 250,
|
|
10632
10632
|
//was 300
|
|
10633
10633
|
timeout: 50,
|
|
10634
10634
|
//was 50
|