Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
ManifoldCF 1.7.2, ManifoldCF 1.8, ManifoldCF 2.0
-
None
Description
JobQueue.restart() calls a mandatory reindexTable() command. This is because the table manipulations are extensive by this method, but nonetheless on modern databases it's probably unnecessary to do this. We should find a better way to conditionally trigger reindexing in this case.