[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Changes to connectionTTL override broken test suite
timfox
do-not-reply at jboss.com
Tue Mar 24 04:39:31 EDT 2009
| 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.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4220495#4220495
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4220495
More information about the jboss-dev-forums
mailing list