2aa9a5801154010a033d3cdc760a8c3e296e835a
galt
  Fri Oct 9 02:30:57 2020 -0700
Changed default -timeout to 90 seconds instead of 10. Improved handling skips further sending on socket after failure to avoid multiple long timeouts. refs #26285

diff --git src/blat/version.doc src/blat/version.doc
index aab823a..d789666 100644
--- src/blat/version.doc
+++ src/blat/version.doc
@@ -1,25 +1,26 @@
 37:
      o (in 36x1) Fixed problem with -fastMap option that made it put in gaps in the
        allignment sometimes when a short mismatch would be a better choice.
      o (in 36x2) Fixed problem with -maxIntron set to non-default value on protein query.
      o (in 36x3) Added ipv6 support.
      o (in 36x4) Added _alt support.
      o (in 36x5) If ipv6 disabled, retries with ipv4-only socket.
      o (in 36x6) Added noSimpRepMask option to blat gfServer isPcr to skip simple repeat masking.
      o (in 36x7) Fixed compiler optimization issue on mac 2020-06-17 in dlSort().
      o (in 36x8) Added -timeout option to prevent hanging on blocking input for server read and write.
+     o (in 36x9) Changed default -timeout to 90 seconds instead of 10. Improved handling skips further sending on socket after failure to avoid multiple long timeouts.
 
 36:
      o (in 35x1) added repMatch default values for tileSizes 16 to 18 in genoFind.c
 
 35:
      o (in 34x1) Making total query output reporting a 64 bit number to avoid 
        overflow when people using more than 4 gig of query sequence.
      o (in 34x2) Fixed -out=blast to use +/- instead of -/+ for non-translated.
      o (in 34x3) Fixed -minScore, filter was not working when over half query-size.
      o (in 34x4) Made it convert u's to t's for RNA sequence stuff.
      o (in 34x5) Made gfServer calculate repMatch based on stepSize/tileSize combination the way blat does
        rather than just being good for stepSize 11.
      o (in 34x6) Fixed negative strand pcr psl output
      o (in 34x7) Made it check and error out if the same name is reused in the target database.
      o (in 34x8) Truncate in output PCR primers that dangle off target chrom ends.