Skip to content
Snippets Groups Projects
Commit 69a85e50 authored by Nick Thomas's avatar Nick Thomas
Browse files

Increase the number of bulk workers from 2 to 10

parent 3a2127a4
No related branches found
No related tags found
1 merge request!1Initial implementation of an elasticsearch indexer in Go
Loading
Loading
@@ -21,7 +21,7 @@ const (
// Limiting to 10MiB lets us work on small AWS clusters, but unnecessarily
// increases round trips in larger or non-AWS clusters
MaxBulkSize = 10 * 1024 * 1024
BulkWorkers = 2
BulkWorkers = 10
)
 
type Client struct {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment