v2: consider reworking timeout value
DifferentialOrange opened this issue · 1 comments
DifferentialOrange commented
crud operations timeout is an optional uint:
Line 235 in a664c6b
yet it is not forbidden to request a float timeout for a crud operation (for example, it is the only way to set 100 ms timeout).
oleg-jukovec commented
Ok, we could to change it.