Update Intel rsyslog.conf

Update the RateLimit.Burst to 4000.
Current value of 2000 is causing unnecessary rate-limiting

Tested: No rate-limiting, and no bad consequences for increasing RateLimit.Burst

Change-Id: If20dbc70adae7922fbfb91ef9c29ddc64b527846
Signed-off-by: Matt Simmering <matthew.simmering@intel.com>
diff --git a/meta-intel-openbmc/meta-common/recipes-extended/rsyslog/rsyslog/rsyslog.conf b/meta-intel-openbmc/meta-common/recipes-extended/rsyslog/rsyslog/rsyslog.conf
index 46a287e..b986106 100644
--- a/meta-intel-openbmc/meta-common/recipes-extended/rsyslog/rsyslog/rsyslog.conf
+++ b/meta-intel-openbmc/meta-common/recipes-extended/rsyslog/rsyslog/rsyslog.conf
@@ -8,11 +8,11 @@
 # Ported from debian's sysklogd.conf
 
 # Journal-style logging
-# Limit to no more than 2000 entries in one minute and enable the
+# Limit to no more than 4000 entries in one minute and enable the
 # journal workaround to avoid duplicate entries
 module(load="imjournal" StateFile="/var/log/state"
                         RateLimit.Interval="60"
-                        RateLimit.Burst="2000")
+                        RateLimit.Burst="4000")
 
 # Template for IPMI SEL messages
 # "<timestamp> <ID>,<Type>,<EventData>,[<Generator ID>,<Path>,<Direction>]"