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