minor unimportant changes
This commit is contained in:
@@ -155,7 +155,7 @@ public class TcpIngestor implements AutoCloseable {
|
||||
|
||||
public void start() throws Exception {
|
||||
|
||||
final ArrayBlockingQueue<Entry> queue = new ArrayBlockingQueue<>(100);
|
||||
final ArrayBlockingQueue<Entry> queue = new ArrayBlockingQueue<>(1);
|
||||
|
||||
serverThreadPool.submit(() -> {
|
||||
Thread.currentThread().setName("db-ingestion");
|
||||
|
||||
Reference in New Issue
Block a user