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/hgCustom/hgCustom.c src/hg/hgCustom/hgCustom.c index 5f26e87..d0e7787 100644 --- src/hg/hgCustom/hgCustom.c +++ src/hg/hgCustom/hgCustom.c @@ -1325,19 +1325,18 @@ doAddCustom(warn); else doAddCustom(NULL); } cartRemovePrefix(cart, hgCt); cartRemove(cart, CT_CUSTOM_TEXT_VAR); } int main(int argc, char *argv[]) /* Process command line. */ { htmlPushEarlyHandlers(); oldVars = hashNew(10); cgiSpoof(&argc, argv); -setConnFailuresEnabled(FALSE); // try TRUE in next release v274 cartEmptyShell(doMiddle, hUserCookie(), excludeVars, oldVars); return 0; }