mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-14 09:58:50 +08:00
Update go bindings.
This commit is contained in:
parent
b0ea1a2ce8
commit
3edc3431fe
@ -289,7 +289,7 @@ func (o NetworkOptions) SetDistributedClientTracer(param string) error {
|
|||||||
//
|
//
|
||||||
// Parameter: Client directory for temporary files.
|
// Parameter: Client directory for temporary files.
|
||||||
func (o NetworkOptions) SetClientTmpDir(param string) error {
|
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.
|
// 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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user