Skip to content

Commit

Permalink
Merge branch 'hotfix-maintain'
Browse files Browse the repository at this point in the history
  • Loading branch information
johnvanbreda committed May 20, 2024
2 parents 1458f2f + a029dfa commit 5895fe0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion application/controllers/diagnostics.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ private function repairRecentSamplesWithoutSpatialIndex($db, array &$log) {
and sys.name='cache_builder';
SQL;
$minSampleId = $db->query($query)->current()->check_from_sample_id;
$minSampleId = 0;

// The most likely cause of a cache builder block is the failure of some
// samples to spatially index. So scan for any in the recent data (using
Expand Down

0 comments on commit 5895fe0

Please sign in to comment.