tarantool/go-tarantool

v2: consider reworking timeout value

DifferentialOrange opened this issue · 1 comments

crud operations timeout is an optional uint:

Timeout OptUint

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).

Ok, we could to change it.