Se quita el commitWithin='5000', para la actualizacion de los contadores

This commit is contained in:
Freddy Daniel Rojas Valda
2013-10-25 17:00:32 -04:00
parent aba6d715b4
commit b5263f3dbb

View File

@@ -1547,7 +1547,7 @@ class AppSolr
}
// search data from DB
$xmlDoc = "<?xml version='1.0' encoding='UTF-8'?>\n";
$xmlDoc .= "<add commitWithin='5000'>\n";
$xmlDoc .= "<add>\n";
//get all application data from DB of all applications and delegations
$aAPPUIDs = array();