diff options
author | wdenk <wdenk> | 2004-06-30 22:59:18 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-06-30 22:59:18 +0000 |
commit | e94d2cd9d1dc0f58b18e7c31fc9345129b1a44fb (patch) | |
tree | 6d4eb219964b3c24ade460fb736122aef421c0f1 /net/nfs.c | |
parent | c3f4d17e05de2a448320e622e72153706aa0b59e (diff) |
* Fix "cls" command when used with splash screenLABEL_2004_07_01_1200
* Increase NFS download timeout (now 1 min - 10 sec is to short for a
slow download of a big image)
Diffstat (limited to 'net/nfs.c')
-rw-r--r-- | net/nfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/nfs.c b/net/nfs.c index 300c08fa967..281d0f5722c 100644 --- a/net/nfs.c +++ b/net/nfs.c @@ -34,7 +34,7 @@ #if ((CONFIG_COMMANDS & CFG_CMD_NET) && (CONFIG_COMMANDS & CFG_CMD_NFS)) #define HASHES_PER_LINE 65 /* Number of "loading" hashes per line */ -#define NFS_TIMEOUT 10 +#define NFS_TIMEOUT 60 static int fs_mounted = 0; static unsigned long rpc_id = 0; |