JanusGraph / janusgraph-foundationdb

FoundationDB storage adapter for JanusGraph
Other
53 stars 18 forks source link

FoundationDBTx commit() maxRuns not configurable #47

Open msc7518 opened 4 years ago

msc7518 commented 4 years ago

IsolationLevel READ_COMMITTED_WITH_WRITE, is there a reason for maxRuns to be hard coded to 3. Any risk if we increase it?

Can we externalize maxRuns and make it adjustable?