7215dbe7864a919d33e3ec2f5e753751bff63552
jcasper
  Sun Nov 3 01:11:18 2024 -0700
Installing updated hg.conf files from UCSC servers

diff --git confs/hgwbeta.hg.conf confs/hgwbeta.hg.conf
index 544c5bd..cfbf9b1 100644
--- confs/hgwbeta.hg.conf
+++ confs/hgwbeta.hg.conf
@@ -100,31 +100,31 @@
 # Programs required for per-SNP geographic maps of HGDP population
 # allele frequencies:
 hgc.psxyPath=/hive/data/outside/GMT4.3.1/bin/psxy
 hgc.ps2rasterPath=/hive/data/outside/GMT4.3.1/bin/ps2raster
 hgc.ghostscriptPath=/usr/bin/ghostscript
 
 udc.cacheDir=../trash/udcCache
 
 #makes browser timeout after only 1min (instead of 20min)
 #browser.cgiExpireMinutes=1
 
 # 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
+parallelFetch.timeout=45
 
 # Temporary flag to help disable new custom track validator if needed
 # If you turn the flag off, it reverts to the old validator 
 #newCustomTrackValidate=on
 
 # No Sql Injection settings
 # values for level are ignore, logOnly, warn, abort
 noSqlInj.level=abort
 # values for dumpStack are on, off
 noSqlInj.dumpStack=on
 
 # line added to turn off the new hash-enhanced hgsid/uid values
 #browser.sessionKey=off
 
 # HTTPS Certificate Check Settings are: abort warn log none