Displaying 1 result from an estimated 1 matches for "num_cli_auth_connect_retri".
Did you mean:
num_cli_auth_connect_retries
2007 May 13
0
wbinfo's timeout to lookup sid
...0) = 0xb7e2a000
> write(1, "24737\n", 6) = 6
> munmap(0xb7e2a000, 4096) = 0
> exit_group(0) = ?
In include/local.h I see:
/* Tuning for server auth mutex. */
#define CLI_AUTH_TIMEOUT 5000 /* In milli-seconds. */
#define NUM_CLI_AUTH_CONNECT_RETRIES 3
/* Number in seconds to wait for the mutex. This must be less than 30
seconds. */
#define SERVER_MUTEX_WAIT_TIME ( ((NUM_CLI_AUTH_CONNECT_RETRIES) *
((CLI_AUTH_TIMEOUT)/1000)) + 5)
Which looks like these are exactly the values I was looking for, but
I increased those values and recompiled wbin...