mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Close kern/614 - wait up to an hour for a tape operation like "fsf" (slow drives)
This commit is contained in:
parent
2e2b09d90d
commit
19c8e2e153
1 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@
|
|||
* on the understanding that TFS is not responsible for the correct
|
||||
* functioning of this software in any circumstances.
|
||||
*
|
||||
* $Id: st.c,v 1.59 1996/01/29 03:19:23 gibbs Exp $
|
||||
* $Id: st.c,v 1.60 1996/02/03 13:31:13 joerg Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
|
|
@ -1636,7 +1636,7 @@ st_space(unit, number, what, flags)
|
|||
0,
|
||||
0,
|
||||
0, /* no retries please , just fail */
|
||||
600000, /* 10 mins enough? */
|
||||
3600000, /* wait up to an hour for completion */
|
||||
NULL,
|
||||
flags));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue