Update generated.go to include the client_tmp_dir option

This commit is contained in:
Vaidas Gasiunas 2022-04-22 14:33:18 +02:00
parent bc0096683f
commit 1064035c46
1 changed files with 7 additions and 0 deletions

View File

@ -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