minor unimportant changes

This commit is contained in:
2016-12-30 13:16:30 +01:00
parent 58bb64c80a
commit 62437f384f
4 changed files with 9 additions and 7 deletions

View File

@@ -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");