a18cdd4441c5dfa23fd9112d12e01f1123568519 galt Mon Nov 5 13:13:03 2012 -0800 removing the new connFailures capability. it is difficult to distinguish failing sites from struggling sites with this approach -- so leave it out for now. diff --git src/hg/hgTracks/mainMain.c src/hg/hgTracks/mainMain.c index 3f3ce03..0f55726 100644 --- src/hg/hgTracks/mainMain.c +++ src/hg/hgTracks/mainMain.c @@ -15,31 +15,30 @@ #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(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