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