Blame SOURCES/rsyslog-8.24.0-doc-polling-by-default.patch

af6c5a
--- a/source/configuration/modules/imfile.rst	2017-10-31 10:28:39.582763203 +0100
af6c5a
+++ b/source/configuration/modules/imfile.rst	2017-10-31 10:29:52.961142905 +0100
af6c5a
@@ -100,12 +100,13 @@
af6c5a
    single: imfile; mode
af6c5a
 .. function:: mode ["inotify"/"polling"]
af6c5a
 
af6c5a
-   *Default: "inotify"*
af6c5a
+   *Default: "polling"*
af6c5a
 
af6c5a
    *Available since: 8.1.5*
af6c5a
 
af6c5a
   This specifies if imfile is shall run in inotify ("inotify") or polling
af6c5a
-  ("polling") mode. Traditionally, imfile used polling mode, which is
af6c5a
+  ("polling") mode. Traditionally, imfile used polling mode (and this option 
af6c5a
+  is ON by default in RHEL because of backwards compatibility), which is
af6c5a
   much more resource-intense (and slower) than inotify mode. It is
af6c5a
   suggested that users turn on "polling" mode only if they experience
af6c5a
   strange problems in inotify mode. In theory, there should never be a