mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-11-23 21:54:45 +02:00
Use `cfg!` to assign a 1000ms delay only on Windows Aarch64 targets. This was done because it has been observed to be necessary on this platform. The conditional logic is used because 1s is quite long to wait on every other more sensible platform. Closes #3071, Closes #3072