fdb-record-layer
fdb-record-layer copied to clipboard
FDBDatabase.asyncToSync wants to support customized timeout
With this supported, client can have a total timeout for a series of calls of FDBDatabase.asyncToSync. In first call, it passes in the initial timeout value. Then in each call, the elapsed time is reduced from the timeout for next call.