You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by cm...@apache.org on 2012/11/20 20:22:50 UTC

svn propchange: r1411779 - svn:log

Author: cmpilato
Revision: 1411779
Modified property: svn:log

Modified: svn:log at Tue Nov 20 19:22:50 2012
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Tue Nov 20 19:22:50 2012
@@ -1,10 +1,11 @@
 Use a 64-bit variable (rather than a 32-bit one) to hold ra_serf
-timeout values expressed in microseconds.  Overflow is uncool.
+timeout values expressed in microseconds.  Overflow is uncool.  Also,
+change the default timeout to 10 minutes (from 60).
 
 . o O ( Maybe this time I won't break the build... )
 
 * subversion/libsvn_ra_serf/serf.c
-  (DEFAULT_HTTP_TIMEOUT): Set to 5 minutes (instead of 60!).
+  (DEFAULT_HTTP_TIMEOUT): Set to 10 minutes (instead of 60!).
   (load_config): Simplify timeout logic a bit.
 
 * subversion/libsvn_ra_serf/ra_serf.h