const PROGRESS_DEBOUNCE_MS: u64 = 100;
Debounce duration for progress information display (in milliseconds) Progress is only shown after this duration to avoid flicker on fast operations