Sign in
vanadium
/
release.go.x.ref
/
bd85ab5c3fad79840b70b650a645ddc3f2215b33
/
.
/
runtimes
/
google
/
ipc
/
consts.go
blob: 8eee9685c432e371d93f25f287bb3a424efa299d [
file
] [
log
] [
blame
]
package ipc
import "time"
const (
// The publisher re-mounts on this period.
publishPeriod = time.Minute
// The client and server use this timeout for calls by default.
defaultCallTimeout = time.Minute
)