bkkothari2255 commented on code in PR #179:
URL:
https://github.com/apache/sling-org-apache-sling-distribution-journal/pull/179#discussion_r2670173212
##########
src/main/java/org/apache/sling/distribution/journal/impl/discovery/DiscoveryService.java:
##########
@@ -164,7 +164,7 @@ private void startTopologyViewUpdaterTask(BundleContext
context) {
Dictionary<String, Object> props = new Hashtable<>();
props.put(PROPERTY_SCHEDULER_CONCURRENT, false);
props.put(PROPERTY_SCHEDULER_PERIOD, 5L); // every 5 seconds
- props.put(Scheduler.PROPERTY_SCHEDULER_THREAD_POOL,
"content-distribution");
+ props.put(Scheduler.PROPERTY_SCHEDULER_THREAD_POOL,
"org-apache-sling-distribution");
Review Comment:
@joerghoh this is extracted into a constant and moved to new
`DistributionThreadPool` class
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]