mirror of
https://github.com/OpenSPG/openspg.git
synced 2025-12-13 08:11:15 +00:00
modify quene sise
This commit is contained in:
parent
f3ad69c616
commit
f03c94ab0d
@ -69,7 +69,7 @@ public class Neo4jSinkWriter extends BaseSinkWriter<Neo4jSinkNodeConfig> {
|
||||
NUM_THREADS,
|
||||
2 * 60L,
|
||||
TimeUnit.SECONDS,
|
||||
new LinkedBlockingQueue<>(5000),
|
||||
new LinkedBlockingQueue<>(100),
|
||||
handler);
|
||||
|
||||
public Neo4jSinkWriter(String id, String name, Neo4jSinkNodeConfig config) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user