TRA-3234 fetch with _source + no hard limit (#64)

* remove the HARD limit of 5000
This commit is contained in:
gadotroee
2021-06-02 08:17:45 +03:00
committed by GitHub
parent 7dad5be676
commit 2c8d1f854d
4 changed files with 35 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
FOLDER=$(GOOS).$(GOARCH)
COMMIT_HASH=$(shell git rev-parse HEAD)
GIT_BRANCH=$(shell git branch --show-current)
GIT_BRANCH=$(shell git branch --show-current | tr '[:upper:]' '[:lower:]')
.PHONY: help
.DEFAULT_GOAL := help