80094ad7168ce2e636ae8a28c742c32b174dfb92 braney Thu Sep 26 13:26:12 2024 -0700 allow users to change parallelFetch.timeout from the configure screen diff --git src/hg/hgTracks/hgTracks.h src/hg/hgTracks/hgTracks.h index 9cf1b88..98f8766 100644 --- src/hg/hgTracks/hgTracks.h +++ src/hg/hgTracks/hgTracks.h @@ -1830,17 +1830,20 @@ 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 in seconds (defaults to 90) #endif /* HGTRACKS_H */