--- src/sys/vfs/nfs/nfs_subs.c 2005/06/09 18:39:05 1.32 +++ src/sys/vfs/nfs/nfs_subs.c 2006/02/28 22:01:11 1.32.2.1 @@ -1407,7 +1407,7 @@ nfs_getattrcache(struct vnode *vp, struc * Dynamic timeout based on how recently the file was modified. * n_mtime is always valid. */ - timeo = (get_approximate_time_t() - np->n_mtime) / 10; + timeo = (get_approximate_time_t() - np->n_mtime) / 60; #ifdef NFS_ACDEBUG if (nfs_acdebug>1)