aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2004-03-14 06:21:56 +0000
committerPeter Wemm <peter@FreeBSD.org>2004-03-14 06:21:56 +0000
commit6df0617286e573a51aa210376bb54aa1592beb59 (patch)
tree0862ccf8756e233936453f80067c1f7a703bce40
parent9b987187ee6121c7d8c07bc70aacd424ed88800e (diff)
Notes
-rw-r--r--sys/nfsclient/nfs.h2
-rw-r--r--sys/nfsserver/nfs.h2
-rw-r--r--sys/rpc/rpcclnt.h2
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 */