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

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