mirror of
https://github.com/silverstripe/silverstripe-externallinks.git
synced 2024-10-22 15:05:44 +00:00
MNT Remove TODO comments
This commit is contained in:
parent
d409bce923
commit
966cdb0689
@ -62,9 +62,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();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user