Commit 27231c80 by Nepxion

升级版本到4.7.5

parent 4875470f
...@@ -35,7 +35,7 @@ import com.nepxion.discovery.plugin.framework.event.RuleUpdatedEvent; ...@@ -35,7 +35,7 @@ import com.nepxion.discovery.plugin.framework.event.RuleUpdatedEvent;
public class NacosConfigAdapter extends ConfigAdapter { public class NacosConfigAdapter extends ConfigAdapter {
private static final Logger LOG = LoggerFactory.getLogger(NacosConfigAdapter.class); private static final Logger LOG = LoggerFactory.getLogger(NacosConfigAdapter.class);
private ExecutorService executorService = new ThreadPoolExecutor(2, 4, 0, TimeUnit.MILLISECONDS, new ArrayBlockingQueue<Runnable>(1), new NamedThreadFactory("nacos-subscribe"), new ThreadPoolExecutor.DiscardOldestPolicy()); private ExecutorService executorService = new ThreadPoolExecutor(2, 4, 0, TimeUnit.MILLISECONDS, new ArrayBlockingQueue<Runnable>(1), new NamedThreadFactory("nacos-config"), new ThreadPoolExecutor.DiscardOldestPolicy());
@Autowired @Autowired
protected PluginContextAware pluginContextAware; protected PluginContextAware pluginContextAware;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment