mirror of
https://github.com/status-im/go-waku.git
synced 2025-01-29 23:15:40 +00:00
6 lines
81 B
Go
6 lines
81 B
Go
package common
|
|
|
|
import "time"
|
|
|
|
const DefaultStoreQueryTimeout = 30 * time.Second
|