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