diff options
| author | Adam <Adam@anope.org> | 2010-08-02 01:17:50 -0400 |
|---|---|---|
| committer | Adam <Adam@anope.org> | 2010-08-02 01:17:50 -0400 |
| commit | 15a0f998a74941655e71e35b632054f504254aa7 (patch) | |
| tree | 426d067e58cab50f929f5d2dc5a7d7533867edb8 /data | |
| parent | 52585493050087f04caf1d8a6c6dabdddbb9a2ed (diff) | |
Log an error message if we are unable to load the socket engine module, and changed the default engine to be select
Diffstat (limited to 'data')
| -rw-r--r-- | data/example.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/example.conf b/data/example.conf index ea45c70e0..1a9ee7ff3 100644 --- a/data/example.conf +++ b/data/example.conf @@ -305,9 +305,9 @@ options * - m_socketengine_select * - m_socketengine_epoll * - * We recommend using epoll if your operating system supports it. + * We recommend using epoll if your operating system supports it (Linux 2.6+). */ - socketengine = "m_socketengine_epoll" + socketengine = "m_socketengine_select" /* * The maximum length of passwords |
