You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by to...@apache.org on 2003/03/24 16:56:30 UTC

cvs commit: xml-axis/java/src/org/apache/axis MessageContext.java

tomj        2003/03/24 07:56:30

  Modified:    java/src/org/apache/axis MessageContext.java
  Log:
  Bug 18277 - Set the default request timeout to be 60 seconds.
  
  Revision  Changes    Path
  1.130     +1 -1      xml-axis/java/src/org/apache/axis/MessageContext.java
  
  Index: MessageContext.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/MessageContext.java,v
  retrieving revision 1.129
  retrieving revision 1.130
  diff -u -r1.129 -r1.130
  --- MessageContext.java	2 Mar 2003 06:36:18 -0000	1.129
  +++ MessageContext.java	24 Mar 2003 15:56:29 -0000	1.130
  @@ -166,7 +166,7 @@
       /**
        * Maximum amount of time to wait on a request, in milliseconds.
        */
  -    private int          timeout = 0;
  +    private int          timeout = 60 * 1000;   // 60 seconds
   
       /**
        * An indication of whether we require "high fidelity" recording of