feat: dump from es with query, limit

This commit is contained in:
loveuer
2024-03-23 21:25:19 +08:00
parent 983533237f
commit f1af294ced
16 changed files with 446 additions and 165 deletions

View File

@ -1,5 +1,10 @@
package opt
var (
Debug bool
const (
ScrollDurationSeconds = 10 * 60
)
var (
Debug bool
Timeout int
)