search for: cli_auth_timeout

Displaying 1 result from an estimated 1 matches for "cli_auth_timeout".

2007 May 13
0
wbinfo's timeout to lookup sid
...T_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, > 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 w...