Merge pull request #111 from creative-commoners/pulls/3.1/remove-todo

MNT Remove TODO comments
This commit is contained in:
Guy Sartorelli 2024-01-05 00:14:48 +13:00 committed by GitHub
commit 5e71547035
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -69,9 +69,6 @@ class CMSExternalLinksController extends Controller
$checkLinks = new CheckExternalLinksJob();
singleton(QueuedJobService::class)->queueJob($checkLinks);
} else {
//TODO this hangs as it waits for the connection to be released
// should return back and continue processing
// http://us3.php.net/manual/en/features.connection-handling.php
$task = CheckExternalLinksTask::create();
$task->runLinksCheck();
}