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
https://github.com/fauna/fauna-js/blob/f88926faafa87e1bfec31e7ade7277cfb3013392/src/client-configuration.ts#L22
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