The current firmware can handle flow sensors up to 20Hz (20 clicks per second). This is mainly due to it using software polling for flow click reading – and that in turn is due to historic reasons (the same firmware has to work on multiple hardware versions, some of which don’t support interrupts on the sensor pins). Long story short: if you must use a faster flow sensor, it is possible to modify the firmware to use interrupt instead of polling to read flow sensor.