mirror of
https://github.com/opnsense/src.git
synced 2026-04-20 21:59:20 -04:00
Bump up the maximum number concurrent threads on x86.
This commit is contained in:
parent
92f367e5f2
commit
4e3c587d23
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@
|
|||
|
||||
#include "thr_private.h"
|
||||
|
||||
#define MAXTHR 128
|
||||
#define MAXTHR 8192
|
||||
|
||||
#define LDT_INDEX(x) (((long)(x) - (long)ldt_entries) / sizeof(ldt_entries[0]))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue