mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Increase the default MUTEX_ADAPTIVE_SPINS to 2000, after further
testing it turns out 200 was too short to give good adaptive performance. Reviewed by: jeff MFC after: 1 week
This commit is contained in:
parent
5894445dad
commit
dd77f9f7f2
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@
|
|||
* For adaptive mutexes, how many times to spin doing trylock2
|
||||
* before entering the kernel to block
|
||||
*/
|
||||
#define MUTEX_ADAPTIVE_SPINS 200
|
||||
#define MUTEX_ADAPTIVE_SPINS 2000
|
||||
|
||||
/*
|
||||
* Prototypes
|
||||
|
|
|
|||
Loading…
Reference in a new issue