1d351c15d3e2f6c7e3cb5e9773d2d38327bc9a36 braney Tue Sep 24 17:24:02 2024 -0700 It turns out that parallelFetch.timeout already implements this Revert "add ability to set a timeout on remote loads" This reverts commit 6afa9dd4343c3b66ff09f39735170ec8be5f282e. diff --git src/hg/hgTracks/hgTracks.h src/hg/hgTracks/hgTracks.h index 9841f57..253ab4b 100644 --- src/hg/hgTracks/hgTracks.h +++ src/hg/hgTracks/hgTracks.h @@ -1831,20 +1831,17 @@ boolean hasRecTrackSet(struct cart *cart); /* Check if currently loaded session is in the recommended track set */ void printRecTrackSets(); /* Create dialog with list of recommended track sets */ Color colorFromSoTerm(enum soTerm term); /* Assign a Color according to soTerm: red for non-synonymous, green for synonymous, blue for * UTR/noncoding, black otherwise. */ void maybeNewFonts(struct hvGfx *hvg); /* Check to see if we want to use the alternate font engine (FreeType2). */ Color colorFromCart(struct track *tg, Color color); /* Return the RGB color from the cart setting 'colorOverride' or just return color */ - -unsigned getParaLoadTimeout(); -// get the parallel load timeout if any #endif /* HGTRACKS_H */