feat: dump from es with query, limit
This commit is contained in:
@ -1,5 +1,10 @@
|
||||
package opt
|
||||
|
||||
var (
|
||||
Debug bool
|
||||
const (
|
||||
ScrollDurationSeconds = 10 * 60
|
||||
)
|
||||
|
||||
var (
|
||||
Debug bool
|
||||
Timeout int
|
||||
)
|
||||
|
Reference in New Issue
Block a user