PM-3513: Remove heartbeat slow queries in authentication process

This commit is contained in:
marcelo.cuiza
2015-09-11 16:41:15 -04:00
parent 76178112fd
commit 818d8b663d

View File

@@ -238,7 +238,6 @@ try {
$heartBeatNWIDate = time();
}
if (time() >= $heartBeatNWIDate) {
$oServerConf->setWsInfo(SYS_SYS, $oServerConf->getWorkspaceInfo(SYS_SYS));
$oServerConf->setHeartbeatProperty('HB_NEXT_GWI_DATE', strtotime('+1 day'), 'HEART_BEAT_CONF');
}