Skip to content

Commit

Permalink
Update FDB API version: 510 -> 610. (FoundationDB#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
apkar authored and dongxinEric committed Sep 20, 2019
1 parent a8583d5 commit 34cc0b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DocLayer.actor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ ACTOR void setup(NetworkAddress na,
std::string fdbDatacenterID) {
state FDB::API* fdb;
try {
fdb = FDB::API::selectAPIVersion(510);
fdb = FDB::API::selectAPIVersion(610);
for (auto& knob : client_knobs)
fdb->setNetworkOption(FDBNetworkOption::FDB_NET_OPTION_KNOB, knob.first + "=" + knob.second);
for (auto& opt : client_network_options)
Expand Down

0 comments on commit 34cc0b0

Please sign in to comment.