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.
@@ -13816,8 +13816,8 @@ class HumanBehaviorTracker {
13816
13816
  // ✅ CANVAS RECORDING - Disabled to prevent large data URIs
13817
13817
  recordCanvas: false, // Disabled to prevent large data URIs
13818
13818
  // ✅ FULLSNAPSHOT GENERATION - Use reasonable intervals
13819
- checkoutEveryNms: 300000, // Take FullSnapshot every 5 minutes
13820
- checkoutEveryNth: 1000, // Take FullSnapshot every 1000 events
13819
+ // checkoutEveryNms: 300000, // Take FullSnapshot every 5 minutes
13820
+ // checkoutEveryNth: 1000, // Take FullSnapshot every 1000 events
13821
13821
  });
13822
13822
  // Store the record instance for cleanup
13823
13823
  this.recordInstance = recordInstance;