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