use AIO instead of SIO by default

This commit is contained in:
Thomas Schoebel-Theuer 2012-01-12 15:07:44 +01:00 committed by Thomas Schoebel-Theuer
parent 1a3a9d2789
commit 50bdf270b3

View File

@ -71,11 +71,10 @@ config MARS_MIN_SPACE
config MARS_PREFER_SIO
bool "prefer sio bricks instead of aio"
depends on MARS
default y
default n
---help---
Normally ON for production systems.
OFF gives better performance (in most cases), but is
currently less stable.
Normally OFF for production systems.
Only use as alternative for testing.
##### mostly obsolete