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