client_tmp_dir needs a unique code in bindings.

Duplicate code caused distributed_client_tracer to break.
This commit is contained in:
Ray Jenkins 2022-05-16 13:41:30 -05:00
parent 89c5901228
commit b0ea1a2ce8
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ description is not currently required but encouraged.
<Option name="distributed_client_tracer" code="90"
paramType="String" paramDescription="Distributed tracer type. Choose from none, log_file, or network_lossy"
description="Set a tracer to run on the client. Should be set to the same value as the tracer set on the server." />
<Option name="client_tmp_dir" code="90"
<Option name="client_tmp_dir" code="91"
paramType="String" paramDescription="Client directory for temporary files. "
description="Sets the directory for storing temporary files created by FDB client, such as temporary copies of client libraries. Defaults to /tmp" />
<Option name="supported_client_versions" code="1000"