mirror of
https://github.com/schoebel/mars
synced 2025-02-26 17:40:43 +00:00
use AIO instead of SIO by default
This commit is contained in:
parent
1a3a9d2789
commit
50bdf270b3
7
Kconfig
7
Kconfig
@ -71,11 +71,10 @@ config MARS_MIN_SPACE
|
|||||||
config MARS_PREFER_SIO
|
config MARS_PREFER_SIO
|
||||||
bool "prefer sio bricks instead of aio"
|
bool "prefer sio bricks instead of aio"
|
||||||
depends on MARS
|
depends on MARS
|
||||||
default y
|
default n
|
||||||
---help---
|
---help---
|
||||||
Normally ON for production systems.
|
Normally OFF for production systems.
|
||||||
OFF gives better performance (in most cases), but is
|
Only use as alternative for testing.
|
||||||
currently less stable.
|
|
||||||
|
|
||||||
##### mostly obsolete
|
##### mostly obsolete
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user