@@ -96,7 +96,7 @@ public ThreadPool(Settings settings) {
9696 executors .put (Names .MANAGEMENT , build (Names .MANAGEMENT , "scaling" , groupSettings .get (Names .MANAGEMENT ), settingsBuilder ().put ("keep_alive" , "5m" ).put ("size" , 5 ).build ()));
9797 executors .put (Names .FLUSH , build (Names .FLUSH , "scaling" , groupSettings .get (Names .FLUSH ), settingsBuilder ().put ("keep_alive" , "5m" ).put ("size" , 10 ).build ()));
9898 executors .put (Names .MERGE , build (Names .MERGE , "scaling" , groupSettings .get (Names .MERGE ), settingsBuilder ().put ("keep_alive" , "5m" ).put ("size" , 20 ).build ()));
99- executors .put (Names .REFRESH , build (Names .REFRESH , "cached " , groupSettings .get (Names .REFRESH ), settingsBuilder ().put ("keep_alive" , "1m" ).build ()));
99+ executors .put (Names .REFRESH , build (Names .REFRESH , "scaling " , groupSettings .get (Names .REFRESH ), settingsBuilder ().put ("keep_alive" , "5m" ). put ( "size" , 10 ).build ()));
100100 executors .put (Names .CACHE , build (Names .CACHE , "scaling" , groupSettings .get (Names .CACHE ), settingsBuilder ().put ("keep_alive" , "5m" ).put ("size" , 4 ).build ()));
101101 executors .put (Names .SNAPSHOT , build (Names .SNAPSHOT , "scaling" , groupSettings .get (Names .SNAPSHOT ), settingsBuilder ().put ("keep_alive" , "5m" ).put ("size" , 5 ).build ()));
102102 executors .put (Names .SAME , new ExecutorHolder (MoreExecutors .sameThreadExecutor (), new Info (Names .SAME , "same" )));
0 commit comments