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 445 additions and 164 deletions
+6 -1
View File
@@ -1,5 +1,10 @@
package opt
const (
ScrollDurationSeconds = 10 * 60
)
var (
Debug bool
Debug bool
Timeout int
)