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/renderMain.c src/hg/hgTracks/renderMain.c index 71b6e41..32d65ef 100644 --- src/hg/hgTracks/renderMain.c +++ src/hg/hgTracks/renderMain.c @@ -94,31 +94,31 @@ track->loadItems(track); } verboseTime(2, "After load"); /* Initialize global image box. */ int sideSliceWidth = 0; // Just being explicit if (withLeftLabels) sideSliceWidth = (insideX - gfxBorder*3) + 2; theImgBox = imgBoxStart(database,chromName,winStart,winEnd,(!revCmplDisp),sideSliceWidth,tl.picWidth); makeActiveImage(trackList, NULL); verboseTime(2,"After makeActiveImage"); } int main(int argc, char *argv[]) { -setConnFailuresEnabled(TRUE); +setConnFailuresEnabled(FALSE); // try TRUE in next release v274 if(argc == 1) { // CGI call // htmlPushEarlyHandlers(); XXXX do I need to do this? hPrintDisable(); oldVars = hashNew(10); struct cart *cart = cartForSession(hUserCookie(), excludeVars, oldVars); // setup approriate CGI variables which tell hgTracks code what to do. cartSetBoolean(cart, "hgt.trackImgOnly", TRUE); if(cartVarExists(cart, "jsonp")) { // experimental code to support remote rendering via a jsonp callback