In my DHT sensor, I'm consistently seeing a low time of 23-24us measured here:
https://github.com/winlinvip/SimpleDHT/blob/1.0.12/SimpleDHT.cpp#L220
I'm not sure if it's because the microcontroller I'm using has timing issues, or it's an odd DHT sensor, but simply reducing the threshold from 30 to 20 is the difference between the sensor failing continuously, and consistently reading successfully.
Would it make sense to allow this threshold to be customizable? Will it break things to allow slightly faster values?