6afa9dd4343c3b66ff09f39735170ec8be5f282e braney Wed Sep 18 17:33:15 2024 -0700 add ability to set a timeout on remote loads diff --git src/hg/hgTracks/hgTracks.h src/hg/hgTracks/hgTracks.h index 9cf1b88..06589d1 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 if any #endif /* HGTRACKS_H */