Sign in
vanadium
/
release.go.x.ref
/
01cf937c371c5635a112625550e9c93aa54f16bd
/
.
/
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
)