humanbehavior-js 0.4.5 → 0.4.6

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.
@@ -13808,8 +13808,8 @@ class HumanBehaviorTracker {
13808
13808
  // ✅ CANVAS RECORDING - Disabled to prevent large data URIs
13809
13809
  recordCanvas: false, // Disabled to prevent large data URIs
13810
13810
  // ✅ FULLSNAPSHOT GENERATION - Use reasonable intervals
13811
- checkoutEveryNms: 300000, // Take FullSnapshot every 5 minutes
13812
- checkoutEveryNth: 1000, // Take FullSnapshot every 1000 events
13811
+ // checkoutEveryNms: 300000, // Take FullSnapshot every 5 minutes
13812
+ // checkoutEveryNth: 1000, // Take FullSnapshot every 1000 events
13813
13813
  });
13814
13814
  // Store the record instance for cleanup
13815
13815
  this.recordInstance = recordInstance;