Code

Added timeout to GOsa::log mysql connections.
[gosa.git] / gosa-core / include / class_filter.inc
index 4a132154ccdc52eed46a0e982dc3dc193604c48e..6e256f8158e824db66468b71d939e56e0ecbedc9 100644 (file)
@@ -482,7 +482,7 @@ class filter {
     $result= array();
 
     // Introduce maximum number of entries
-    $max= 10;
+    $max= 25;
 
     foreach ($this->autocompleters as $tag => $config) {
       if(isset($_POST[$tag])){