diff options
author | Thomas Bushnell <thomas@gnu.org> | 1999-06-27 23:55:35 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1999-06-27 23:55:35 +0000 |
commit | 9e55fdd762a7d606e6b1090ff1317ad7f0baa911 (patch) | |
tree | 66c19069b729fb878406de184a5d1267e96028ad /libdiskfs/ChangeLog | |
parent | 0f0628f7b23463cc2a02b9a1e48d05b101a38ec9 (diff) |
1999-06-27 Thomas Bushnell, BSG <tb@mit.edu>
* sync-default.c (diskfs_default_sync_interval): Reduce to five
seconds. Hardware is much different than when Unix originally
picked thirty, plus we manage VM differently than the Unix buffer
cache did, and tend to delay many more writes than Unix did.
Diffstat (limited to 'libdiskfs/ChangeLog')
-rw-r--r-- | libdiskfs/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libdiskfs/ChangeLog b/libdiskfs/ChangeLog index fe981482..3efc9f5f 100644 --- a/libdiskfs/ChangeLog +++ b/libdiskfs/ChangeLog @@ -1,3 +1,10 @@ +1999-06-27 Thomas Bushnell, BSG <tb@mit.edu> + + * sync-default.c (diskfs_default_sync_interval): Reduce to five + seconds. Hardware is much different than when Unix originally + picked thirty, plus we manage VM differently than the Unix buffer + cache did, and tend to delay many more writes than Unix did. + 1999-06-13 Roland McGrath <roland@baalperazim.frob.com> * file-get-trans.c (diskfs_S_file_get_translator): Fix type cast in |