@glimt/record 0.0.82 → 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.umd.cjs
CHANGED
|
@@ -10375,7 +10375,7 @@ const _MutationRateLimiter = class _MutationRateLimiter2 {
|
|
|
10375
10375
|
__publicField(this, "exitMutTracker");
|
|
10376
10376
|
__publicField(this, "interval", 50);
|
|
10377
10377
|
__publicField(this, "exitInterval", 100);
|
|
10378
|
-
__publicField(this, "mutThreshold",
|
|
10378
|
+
__publicField(this, "mutThreshold", 350);
|
|
10379
10379
|
__publicField(this, "inGlobalStorm", false);
|
|
10380
10380
|
__publicField(this, "currentStormStartedAt", -1);
|
|
10381
10381
|
__publicField(this, "stormTimeLimit", 5e3);
|
|
@@ -10672,7 +10672,7 @@ class MutationBuffer {
|
|
|
10672
10672
|
__publicField(this, "stormBatches", []);
|
|
10673
10673
|
__publicField(this, "stormInfo", null);
|
|
10674
10674
|
__publicField(this, "stormSettings", {
|
|
10675
|
-
batchSize:
|
|
10675
|
+
batchSize: 250,
|
|
10676
10676
|
//was 300
|
|
10677
10677
|
timeout: 50,
|
|
10678
10678
|
//was 50
|