...
|
...
|
@@ -20,7 +20,7 @@ public class BaikeBOBulkService { |
|
|
|
|
|
private static final Logger LOGGER = LoggerFactory.getLogger("SEARCH_SPIDER");
|
|
|
|
|
|
private static final int BULK_COUNT = 300;
|
|
|
private static final int BULK_COUNT = 100;
|
|
|
|
|
|
private static final ArrayBlockingQueue<BaikeBO> queue = new ArrayBlockingQueue<>(BULK_COUNT);
|
|
|
|
...
|
...
|
|