Skip to content

Commit 650d637

Browse files
authored
[chore](cloud) enable fdb 7.3.69 by default (#60419)
1 parent e1ab165 commit 650d637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloud/src/common/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ CONF_String(fdb_cluster_file_path, "./conf/fdb.cluster");
3333
CONF_Bool(enable_fdb_external_client_directory, "true");
3434
// The directory path of external foundationdb client library.
3535
// eg: /path/to/dir1:/path/to/dir2:...
36-
CONF_String(fdb_external_client_directory, "");
36+
CONF_String(fdb_external_client_directory, "./lib/fdb/7.3.69/");
3737
CONF_String(http_token, "greedisgood9999");
3838
// use volatile mem kv for test. MUST NOT be `true` in production environment.
3939
CONF_Bool(use_mem_kv, "false");

0 commit comments

Comments
 (0)