mirror of
https://github.com/JorjBauer/aiie.git
synced 2025-02-16 14:30:36 +00:00
reduce flush delay to 3 seconds
This commit is contained in:
parent
4abe11b1d2
commit
d54ae6ca1c
@ -26,8 +26,9 @@
|
||||
// how many CPU cycles do we wait to spin down the disk drive? 1023000 == 1 second
|
||||
#define SPINDOWNDELAY (1023000)
|
||||
|
||||
// 10 second delay before flushing
|
||||
#define FLUSHDELAY (1023000 * 10)
|
||||
// 3 second delay before flushing. 10 seconds is too long. 3 is
|
||||
// arbitrarily shorter...
|
||||
#define FLUSHDELAY (1023000 * 3)
|
||||
|
||||
#define SPINFOREVER -2
|
||||
#define NOTSPINNING -1
|
||||
|
Loading…
x
Reference in New Issue
Block a user