mirror of https://github.com/status-im/go-waku.git
fix: default db name
This commit is contained in:
parent
9b6938ee5a
commit
ff10795e28
|
@ -219,7 +219,7 @@ var (
|
|||
StoreMessageDBURL = &cli.StringFlag{
|
||||
Name: "store-message-db-url",
|
||||
Usage: "The database connection URL for peristent storage.",
|
||||
Value: "sqlite://store.sqlite3",
|
||||
Value: "sqlite3://store.db?_journal=WAL&_timeout=5000",
|
||||
Destination: &options.Store.DatabaseURL,
|
||||
}
|
||||
StoreResumePeer = &cli.GenericFlag{
|
||||
|
|
Loading…
Reference in New Issue