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