diff options
| -rw-r--r-- | sys/nfsclient/nfs.h | 2 | ||||
| -rw-r--r-- | sys/nfsserver/nfs.h | 2 | ||||
| -rw-r--r-- | sys/rpc/rpcclnt.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/nfsclient/nfs.h b/sys/nfsclient/nfs.h index bae407fbac840..2ac6bbc799e44 100644 --- a/sys/nfsclient/nfs.h +++ b/sys/nfsclient/nfs.h @@ -50,7 +50,7 @@ * Tunable constants for nfs */ -#define NFS_TICKINTVL 5 /* Desired time for a tick (msec) */ +#define NFS_TICKINTVL 10 /* Desired time for a tick (msec) */ #define NFS_HZ (hz / nfs_ticks) /* Ticks/sec */ #define NFS_TIMEO (1 * NFS_HZ) /* Default timeout = 1 second */ #define NFS_MINTIMEO (1 * NFS_HZ) /* Min timeout to use */ diff --git a/sys/nfsserver/nfs.h b/sys/nfsserver/nfs.h index 2e0808d8254ec..20df41bba42ef 100644 --- a/sys/nfsserver/nfs.h +++ b/sys/nfsserver/nfs.h @@ -48,7 +48,7 @@ * Tunable constants for nfs */ -#define NFS_TICKINTVL 5 /* Desired time for a tick (msec) */ +#define NFS_TICKINTVL 10 /* Desired time for a tick (msec) */ #define NFS_HZ (hz / nfs_ticks) /* Ticks/sec */ #define NFS_TIMEO (1 * NFS_HZ) /* Default timeout = 1 second */ #define NFS_MINTIMEO (1 * NFS_HZ) /* Min timeout to use */ diff --git a/sys/rpc/rpcclnt.h b/sys/rpc/rpcclnt.h index 48681ab9a79c0..66f275f884c16 100644 --- a/sys/rpc/rpcclnt.h +++ b/sys/rpc/rpcclnt.h @@ -92,7 +92,7 @@ #endif /* from nfs/nfs.h */ -#define RPC_TICKINTVL 5 +#define RPC_TICKINTVL 10 /* from nfs/nfsproto.h */ |
