Enable DEV_PIPE_NPOLLWAITERS default value 4 for adapte APP
Such as DBus, it maybe more than 1 thread to poll one dev, if that will make poll fail Signed-off-by: huangcaihua <huangcaihua@xiaomi.com>
This commit is contained in:
parent
faee89b966
commit
56f292fcfa
1 changed files with 6 additions and 0 deletions
|
|
@ -40,4 +40,10 @@ config DEV_PIPE_VFS_PATH
|
|||
---help---
|
||||
The path to where pipe device will exist in the VFS namespace.
|
||||
|
||||
config DEV_PIPE_NPOLLWAITERS
|
||||
int "number of threads for waiting POLL events"
|
||||
default 4
|
||||
---help---
|
||||
Maximum number of threads that can be waiting for POLL events
|
||||
|
||||
endif # PIPES
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue