fdb-record-layer icon indicating copy to clipboard operation
fdb-record-layer copied to clipboard

FDBDatabase.asyncToSync wants to support customized timeout

Open tian-yizuo opened this issue 3 years ago • 0 comments

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.

tian-yizuo avatar Oct 07 '21 00:10 tian-yizuo