blob: 6a013e328a50c83a45eabcd0c88236a0d3390bfb [file] [log] [blame]
package ipc
import "time"
const (
// The publisher re-mounts on this period.
publishPeriod = time.Minute
// The server uses this timeout for incoming calls before the real timeout is known.
defaultCallTimeout = time.Minute
)