aggiunta l'opzione per specificare il database di destinazione
This commit is contained in:
parent
8dca30619b
commit
2778e5506b
3 changed files with 6 additions and 3 deletions
|
@ -13,7 +13,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
_VERSION = "v1.3.6"
|
||||
_VERSION = "v1.3.7"
|
||||
_tformat = "2006-01-02"
|
||||
_24h = (time.Hour * 23) + (time.Minute * 59) + (time.Second * 59) + (time.Millisecond * 999)
|
||||
_10m = (time.Minute * 10)
|
||||
|
@ -28,6 +28,7 @@ var (
|
|||
Duration: _24h,
|
||||
Interval: _15m,
|
||||
Batch: 10000,
|
||||
DstDB: "dovecot",
|
||||
}
|
||||
|
||||
wg sync.WaitGroup
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue