`timeout_ms` is not a great name/hard to document
breathe opened this issue · 3 comments
breathe commented
fauna-js/src/client-configuration.ts
Line 22 in f88926f
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
cleve-fauna commented
good call
cleve-fauna commented
THis change is being made in both the wire protocol and the driver. PR shortly
ptpaterson commented
Resolved by #73