bug #12894: missing css classes; new messages bar conflicts with tagline and subtitle...
[lhc/web/wiklou.git] / includes / DefaultSettings.php
index 0aef532..1679c30 100644 (file)
@@ -636,6 +636,12 @@ $wgDBerrorLog              = false;
 /** When to give an error message */
 $wgDBClusterTimeout = 10;
 
+/**
+ * Scale load balancer polling time so that under overload conditions, the database server
+ * receives a SHOW STATUS query at an average interval of this many microseconds
+ */
+$wgDBAvgStatusPoll = 2000;
+
 /**
  * wgDBminWordLen :
  * MySQL 3.x : used to discard words that MySQL will not return any results for
@@ -1314,7 +1320,7 @@ $wgCacheEpoch = '20030516000000';
  * to ensure that client-side caches don't keep obsolete copies of global
  * styles.
  */
-$wgStyleVersion = '107';
+$wgStyleVersion = '110';
 
 
 # Server-side caching: