[driver] make default upcall timeout 50s
This commit is contained in:
parent
4e1449a2f8
commit
99e127156a
1 changed files with 1 additions and 1 deletions
|
|
@ -332,7 +332,7 @@ DECLARE_CONST_UNICODE_STRING(EMPTY_STRING, L"");
|
||||||
#define MOUNT_CONFIG_RW_SIZE_DEFAULT 1048576
|
#define MOUNT_CONFIG_RW_SIZE_DEFAULT 1048576
|
||||||
#define MOUNT_CONFIG_RW_SIZE_MAX 1048576
|
#define MOUNT_CONFIG_RW_SIZE_MAX 1048576
|
||||||
#define MAX_SEC_FLAVOR_LEN 12
|
#define MAX_SEC_FLAVOR_LEN 12
|
||||||
#define UPCALL_TIMEOUT_DEFAULT 20 /* in seconds */
|
#define UPCALL_TIMEOUT_DEFAULT 50 /* in seconds */
|
||||||
|
|
||||||
typedef struct _NFS41_MOUNT_CONFIG {
|
typedef struct _NFS41_MOUNT_CONFIG {
|
||||||
DWORD ReadSize;
|
DWORD ReadSize;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue