dc1f03960d0fe42bbe4ddfa292ad815385d2de99
galt
  Fri Sep 14 16:07:31 2012 -0700
turn setConnFailuresEnabled for v273, do not want to many changes at once
diff --git src/hg/hgTracks/mainMain.c src/hg/hgTracks/mainMain.c
index a5aab5b..3f3ce03 100644
--- src/hg/hgTracks/mainMain.c
+++ src/hg/hgTracks/mainMain.c
@@ -15,31 +15,31 @@
 #include "cart.h"
 #include "hdb.h"
 #include "hui.h"
 #include "hgFind.h"
 #include "hgTracks.h"
 #include "versionInfo.h"
 #include "net.h"
 #include "search.h"
 #include "imageV2.h"
 
 
 int main(int argc, char *argv[])
 {
 long enteredMainTime = clock1000();
 measureTime(NULL);
-setConnFailuresEnabled(TRUE);
+setConnFailuresEnabled(FALSE); // try TRUE in next release v274
 browserName = hBrowserName();
 organization = "UCSC";
 
 /* change title if this is for GSID */
 browserName = (hIsGsidServer() ? "Sequence View" : browserName);
 organization = (hIsGsidServer() ? "GSID" : organization);
 organization = (hIsGisaidServer() ? "GISAID" : organization);
 
 /* Push very early error handling - this is just
  * for the benefit of the cgiVarExists, which
  * somehow can't be moved effectively into doMiddle. */
 htmlPushEarlyHandlers();
 cgiSpoof(&argc, argv);
 char * link = webTimeStampedLinkToResourceOnFirstCall("HGStyle.css",TRUE); // resource file link
 if (link)                                                                  // wrapped in html