Skip to content

Commit

Permalink
Merge branch '2019.03'
Browse files Browse the repository at this point in the history
  • Loading branch information
glye committed Jul 12, 2019
2 parents e1f6eef + 0d8aebb commit 81ceb66
Showing 1 changed file with 0 additions and 6 deletions.
Expand Up @@ -1371,12 +1371,6 @@ public function abortCacheGeneration()
*/
public function checkCacheGenerationTimeout()
{
if ( $this->generationStartTimestamp === false )
{
eZDebug::writeError( "Cache generation has not started, cannot check timeout", 'cluster.log' );
return true;
}

eZDebugSetting::writeDebug( 'kernel-clustering', 'Checking cache generation timeout', "dfs::checkCacheGenerationTimeout( '{$this->filePath}' )" );
return self::$dbbackend->_checkCacheGenerationTimeout( $this->filePath, $this->generationStartTimestamp );
}
Expand Down

0 comments on commit 81ceb66

Please sign in to comment.