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