mirror of
https://github.com/opnsense/src.git
synced 2026-04-20 21:59:20 -04:00
The hardware has caught up; improvements are now observed even at 128,
but stay conservative and bump read_max to "only" 64 (it will probably be a good idea to increase this to 128 after the next major release).
This commit is contained in:
parent
2ffa4044e9
commit
630db7f99b
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ static int write_behind = 1;
|
|||
SYSCTL_INT(_vfs, OID_AUTO, write_behind, CTLFLAG_RW, &write_behind, 0,
|
||||
"Cluster write-behind; 0: disable, 1: enable, 2: backed off");
|
||||
|
||||
static int read_max = 32;
|
||||
static int read_max = 64;
|
||||
SYSCTL_INT(_vfs, OID_AUTO, read_max, CTLFLAG_RW, &read_max, 0,
|
||||
"Cluster read-ahead max block count");
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue