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