@riddix/hamh 2.1.0-alpha.651 → 2.1.0-alpha.653

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.
@@ -172161,7 +172161,7 @@ var WindowCoveringServerBase = class _WindowCoveringServerBase extends FeaturedB
172161
172161
  // Two-phase debounce: longer for first command (quick swipe sends initial step value),
172162
172162
  // shorter for subsequent commands during drag
172163
172163
  static DEBOUNCE_INITIAL_MS = 400;
172164
- static DEBOUNCE_SUBSEQUENT_MS = 150;
172164
+ static DEBOUNCE_SUBSEQUENT_MS = 300;
172165
172165
  static COMMAND_SEQUENCE_THRESHOLD_MS = 600;
172166
172166
  async [Symbol.asyncDispose]() {
172167
172167
  if (this.liftDebounceTimer) {