mirror of
https://github.com/logos-messaging/logos-delivery-go.git
synced 2026-03-09 19:13:13 +00:00
6 lines
81 B
Go
6 lines
81 B
Go
package common
|
|
|
|
import "time"
|
|
|
|
const DefaultStoreQueryTimeout = 30 * time.Second
|