8ffbb5ebb25b58c159007c8dc08d49b94d666c63 jcasper Sun May 17 01:11:52 2020 -0700 Installing updated hg.conf files from UCSC servers diff --git confs/hgwdev.hg.conf confs/hgwdev.hg.conf index 389428f..2edd924 100644 --- confs/hgwdev.hg.conf +++ confs/hgwdev.hg.conf @@ -164,31 +164,31 @@ # see also: README.udc udc.cacheDir=../trash/udcCache # Mount point for udcFuse read-only filesystem (must be absolute path!): #udcFuse.mountPoint=/data/apache/trash/udcFuse udc.localDir=/gbdb # Parallel fetching of remote network resources using bigDataUrl such as trackHubs and customTracks # how many threads to use (set to 0 to disable) parallelFetch.threads=100 # how long to wait in seconds for parallel fetch to finish parallelFetch.timeout=90 # Directory where a static cache of public hub files exists to # support hub search. -hgHubConnect.cacheDir=../trash/hgHubConnect/hubCrawl +#hgHubConnect.cacheDir=../trash/hgHubConnect/hubCrawl # An include directive can be used to read text from other files. this is # especially useful when there are multiple browsers hidden behind virtual # hosts. The path to the include file is either absolute or relative to # the including file (*not* relative to the current direct directory). # include ../cgi-bin-default/hg.conf # A delete directive can be used to delete previouly defined values. # this is useful in conjunction with include when an undefined # value has different meaning than an empty value: # delete archivecentral.db [othervars ...] # Option to disable the "All Tables" query in the table browser. Useful if # one wants to be restrictive about what tables can be seen. # hgta.disableAllTables=yes