ba82a59d8213b8105de79f7813dd4d7b82f78380
jcasper
  Sun Jun 18 01:11:51 2017 -0700
Installing updated hg.conf files from UCSC servers

diff --git confs/hgwdev.hg.conf confs/hgwdev.hg.conf
index e924078..303986f 100644
--- confs/hgwdev.hg.conf
+++ confs/hgwdev.hg.conf
@@ -176,30 +176,34 @@
 
 # directory for temporary bbi file caching, default is /tmp/udcCache
 # 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/hubs
 
 # 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
+
 # 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