You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by GitBox <gi...@apache.org> on 2022/03/21 23:29:45 UTC

[GitHub] [trafficserver] SolidWallOfCode commented on a change in pull request #8708: Create Task threads before scheduling tasks

SolidWallOfCode commented on a change in pull request #8708:
URL: https://github.com/apache/trafficserver/pull/8708#discussion_r831622095



##########
File path: src/traffic_server/traffic_server.cc
##########
@@ -2101,7 +2104,7 @@ main(int /* argc ATS_UNUSED */, const char **argv)
 
     // Init plugins as soon as logging is ready.
     (void)plugin_init(); // plugin.config
-
+    task_threads_started_callback();

Review comment:
       Why move this?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org