From 1064035c46e1f74f163667b153a786923f4eddbf Mon Sep 17 00:00:00 2001 From: Vaidas Gasiunas Date: Fri, 22 Apr 2022 14:33:18 +0200 Subject: [PATCH] Update generated.go to include the client_tmp_dir option --- bindings/go/src/fdb/generated.go | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bindings/go/src/fdb/generated.go b/bindings/go/src/fdb/generated.go index b636484408..aa6be19289 100644 --- a/bindings/go/src/fdb/generated.go +++ b/bindings/go/src/fdb/generated.go @@ -285,6 +285,13 @@ func (o NetworkOptions) SetDistributedClientTracer(param string) error { return o.setOpt(90, []byte(param)) } +// Sets the directory for storing temporary files created by FDB client, such as temporary copies of client libraries. Defaults to /tmp +// +// Parameter: Client directory for temporary files. +func (o NetworkOptions) SetClientTmpDir(param string) error { + return o.setOpt(90, []byte(param)) +} + // Set the size of the client location cache. Raising this value can boost performance in very large databases where clients access data in a near-random pattern. Defaults to 100000. // // Parameter: Max location cache entries