Commit 0a16d38
committed
feat(ES5): Increase bulk import queue_size to 1000
The default was increased from 50 to 200 for ES5, but that's not enough
to allow all importers to run simultaneously on a planet sized import.
1000 is the same value we've used with ES2 and should continue to work
well. We haven't experienced any negative side effects to having this
set very high for smaller imports.
In theory, running an import on a very CPU constrained server would use
more memory storing things in the queue, but that hasn't been observed
to be a problem yet.
Connects pelias/pelias#4611 parent 49d79c5 commit 0a16d38
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
0 commit comments