1 Reply Latest reply on Mar 24, 2009 4:41 AM by timfox

    Changes to connectionTTL override broken test suite

    timfox

       

      Modified: trunk/src/main/org/jboss/messaging/core/config/impl/ConfigurationImpl.java
      ===================================================================
      --- trunk/src/main/org/jboss/messaging/core/config/impl/ConfigurationImpl.java 2009-03-23 16:02:12 UTC (rev 6142)
      +++ trunk/src/main/org/jboss/messaging/core/config/impl/ConfigurationImpl.java 2009-03-23 16:10:07 UTC (rev 6143)
      @@ -61,7 +61,7 @@
      
       public static final long DEFAULT_CONNECTION_SCAN_PERIOD = 1000;
      
      - public static final long DEFAULT_CONNECTION_TTL_OVERRIDE = -1;
      + public static final long DEFAULT_CONNECTION_TTL_OVERRIDE = 100000;;
      
       public static final String DEFAULT_BINDINGS_DIRECTORY = "data/bindings";
      


      Guys, *please* remember to run the test suite before committing.

      I have fixed this locally and will commit, so please don't fix yourselves.