We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5b4931 commit 2f15484Copy full SHA for 2f15484
flex/bin/rt_server.cc
@@ -108,6 +108,7 @@ int main(int argc, char** argv) {
108
service_config.query_port = http_port;
109
service_config.start_admin_service = false;
110
service_config.start_compiler = false;
111
+ service_config.wal_uri = config.wal_uri;
112
service_config.set_sharding_mode(vm["sharding-mode"].as<std::string>());
113
server::GraphDBService::get().init(service_config);
114
0 commit comments