View | Details | Raw Unified | Return to bug 21229
Collapse All | Expand All

(-)/sys/nfs/nfs.h (-1 / +1 lines)
Lines 63-69 Link Here
63
#define	NFS_MINATTRTIMO 3		/* VREG attrib cache timeout in sec */
63
#define	NFS_MINATTRTIMO 3		/* VREG attrib cache timeout in sec */
64
#endif
64
#endif
65
#ifndef NFS_MAXATTRTIMO
65
#ifndef NFS_MAXATTRTIMO
66
#define	NFS_MAXATTRTIMO 60
66
#define	NFS_MAXATTRTIMO 2
67
#endif
67
#endif
68
#ifndef NFS_MINDIRATTRTIMO
68
#ifndef NFS_MINDIRATTRTIMO
69
#define	NFS_MINDIRATTRTIMO 30		/* VDIR attrib cache timeout in sec */
69
#define	NFS_MINDIRATTRTIMO 30		/* VDIR attrib cache timeout in sec */

Return to bug 21229