From 83952e7e32968252f793a59b28ce3782bb1343f6 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Mon, 11 Mar 2013 19:10:49 -0700 Subject: [PATCH] stop the loopback sanity check, timing off --- mixer/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mixer/src/main.cpp b/mixer/src/main.cpp index 50b7b554fc..793119f6f6 100644 --- a/mixer/src/main.cpp +++ b/mixer/src/main.cpp @@ -39,7 +39,7 @@ const int PHASE_DELAY_AT_90 = 20; const int AGENT_LOOPBACK_MODIFIER = 307; -const int LOOPBACK_SANITY_CHECK = 1; +const int LOOPBACK_SANITY_CHECK = 0; char DOMAIN_HOSTNAME[] = "highfidelity.below92.com"; char DOMAIN_IP[100] = ""; // IP Address will be re-set by lookup on startup