<tag><origin_warp>
MOOSTimeWarp = $(WARP)

// MIT Sailing Pavilion (PavLab)
LatOrigin = 42.358436
LongOrigin = -71.087448

<tag><pHostInfo>
//--------------------------------------------------
// pHostInfo Config Block
	
ProcessConfig = pHostInfo
{
  AppTick     = 1
  CommsTick   = 1

  default_hostip_force = $(IP_ADDR)
}

<tag><pShare>
//-------------------------------------------------
ProcessConfig = pShare
{
  AppTick    = 2
  CommsTick  = 2

	input = route =  $(IP_ADDR):$(PSHARE_PORT)
}

<tag><uLoadWatch>
//-------------------------------------------------
ProcessConfig = uLoadWatch 
{
  AppTick = 4
  CommsTick = 4

  thresh = app=any,      gapthresh=1.5
  thresh = app=iSay,     gapthresh=40.0 
  // iSay is blocking when it plays audio, ignore unless it gets too out of hand
}