fix: reset timeout def

This commit is contained in:
Shengliang Guan 2023-01-12 15:19:52 +08:00
parent 4e6fca5647
commit c8b04f27f0
1 changed files with 1 additions and 1 deletions

View File

@ -499,7 +499,7 @@ enum {
#define DEFAULT_PAGESIZE 4096
#define VNODE_TIMEOUT_SEC 60
#define MNODE_TIMEOUT_SEC 10
#define MNODE_TIMEOUT_SEC 60
#ifdef __cplusplus
}