fauna/fauna-js

`timeout_ms` is not a great name/hard to document

breathe opened this issue · 3 comments

timeout_ms: number;

I get that this derives its name from the wire protocol - however we have to expose this to driver consumers as well, and when documenting this in the drivers, the name is not great. It will be easy to confuse this with other driver timeout properties -- query_timeout_ms would be a better name imo

good call

THis change is being made in both the wire protocol and the driver. PR shortly

Resolved by #73