Make repository indexer as fast as possible
- Use bulk import to minimize HTTP overhead
- Disabling
interval_of_refreshinguntil indexing is done - Disabling replica shards until indexing is done
- Analize the
elasticsearch-gitgem, maybe it's possible to make some operations cheaper.