]> git.mxchange.org Git - hub.git/blobdiff - application/hub/config.php
Filters and chains added:
[hub.git] / application / hub / config.php
index db9722b8343e610de2121c6888e9ff3a6c57d524..d6e4eeb6cb1349ffcf04fcd27fd9ac93e02f683b 100644 (file)
@@ -117,6 +117,9 @@ $cfg->setConfigEntry('hub_bootstrap_init_queues_filter', 'HubBootstrapInitQueues
 // CFG: HUB-BOOTSTRAP-EXTRA-BOOTSTRAP-FILTER
 $cfg->setConfigEntry('hub_bootstrap_extra_bootstrap_filter', 'HubBootstrapExtraBootstrappingFilter');
 
+// CFG: HUB-BOOTSTRAP-LISTENER-POOL-FILTER
+$cfg->setConfigEntry('hub_bootstrap_listener_pool_filter', 'HubBootstrapListenerPoolFilter');
+
 // CFG: NEWS-READER-CLASS
 $cfg->setConfigEntry('news_reader_class', 'ConsoleNewsReader');