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