apache / couchdb-erlfdb

Erlang API for FoundationDB
https://www.foundationdb.org
Apache License 2.0
28 stars 20 forks source link

Make the default wait timeout infinity (continued) #23

Closed nickva closed 3 years ago

nickva commented 3 years ago

This the continuation of https://github.com/apache/couchdb-erlfdb/pull/22. There, we updated only one after clause and forgot the other. The reasoning is the same as before -- make erlfdb behave consistent with other FDB clients which do not have top level client-side timeouts for futures.