mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 15:30:14 +00:00
cache-autotune-20060220
put in defaults so an old afsd will still start ok.
This commit is contained in:
parent
4808977d7d
commit
10947ccc74
@ -24,6 +24,6 @@ RCSID
|
|||||||
|
|
||||||
/* Place the defaults in afsd instead of all around the code, so
|
/* Place the defaults in afsd instead of all around the code, so
|
||||||
* AFS_SETCHUNKSIZE() needs to be called before doing anything */
|
* AFS_SETCHUNKSIZE() needs to be called before doing anything */
|
||||||
afs_int32 afs_FirstCSize = 0;
|
afs_int32 afs_FirstCSize = AFS_DEFAULTCSIZE;
|
||||||
afs_int32 afs_OtherCSize = 0;
|
afs_int32 afs_OtherCSize = AFS_DEFAULTCSIZE;
|
||||||
afs_int32 afs_LogChunk = 0;
|
afs_int32 afs_LogChunk = AFS_DEFAULTLSIZE;
|
||||||
|
Loading…
Reference in New Issue
Block a user