0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-06-25 22:08:25 +02:00
gitea/modules/indexer/code/elasticsearch
Giteabot f0d34cd3b9
fix: Elasticsearch: Request Entity Too Large #28117 (#29062) (#29075)
Backport #29062 by @inferno-umar

Fix for gitea putting everything into one request without batching and
sending it to Elasticsearch for indexing as issued in #28117

This issue occured in large repositories while Gitea tries to 
index the code using ElasticSearch.

Co-authored-by: dark-angel <70754989+inferno-umar@users.noreply.github.com>
2024-02-07 17:21:28 +08:00
..
elasticsearch.go fix: Elasticsearch: Request Entity Too Large #28117 (#29062) (#29075) 2024-02-07 17:21:28 +08:00
elasticsearch_test.go Refactor indexer (#25174) 2023-06-23 12:37:56 +00:00