poll_rate sounds like a frequency (Hz), but we actually work with seconds.
So either rename the variable to e.g. poll_delay/poll_duration (better names welcome!) or change the used unit to Hz.
In any case, a fix in all used flowgraphs will be requird after this change !
To be fixed in the xml of all Digitizer Blocks and in the C++ classes of these Blocks (class "digitizer_block").