You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by lg...@apache.org on 2012/08/25 15:48:50 UTC

svn commit: r1377299 - /subversion/trunk/subversion/libsvn_ra_serf/ra_serf.h

Author: lgo
Date: Sat Aug 25 13:48:49 2012
New Revision: 1377299

URL: http://svn.apache.org/viewvc?rev=1377299&view=rev
Log:
* subversion/libsvn_ra_serf/ra_serf.h
  (MAX_NR_OF_CONNS): Add comment: minimum 2 connections are required for ra_serf
   to function correctly.

Modified:
    subversion/trunk/subversion/libsvn_ra_serf/ra_serf.h

Modified: subversion/trunk/subversion/libsvn_ra_serf/ra_serf.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_ra_serf/ra_serf.h?rev=1377299&r1=1377298&r2=1377299&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_ra_serf/ra_serf.h (original)
+++ subversion/trunk/subversion/libsvn_ra_serf/ra_serf.h Sat Aug 25 13:48:49 2012
@@ -89,7 +89,9 @@ typedef struct svn_ra_serf__connection_t
 
 } svn_ra_serf__connection_t;
 
-/** Max. number of connctions we'll open to the server. */
+/** Max. number of connctions we'll open to the server. 
+ *  Note: minimum 2 connections are required for ra_serf to function correctly!
+ */
 #define MAX_NR_OF_CONNS 4
 
 /*