Update go bindings.

This commit is contained in:
Ray Jenkins 2022-05-16 14:48:40 -05:00
parent b0ea1a2ce8
commit 3edc3431fe

View File

@ -289,7 +289,7 @@ func (o NetworkOptions) SetDistributedClientTracer(param string) error {
//
// Parameter: Client directory for temporary files.
func (o NetworkOptions) SetClientTmpDir(param string) error {
return o.setOpt(90, []byte(param))
return o.setOpt(91, []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.