Make the refresh a little bit faster

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@542272 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Musachy Barroso
2007-05-28 16:49:21 +00:00
parent f31ea7089d
commit 046c0cebd2
@@ -21,5 +21,5 @@
package org.apache.struts2.showcase.chat;
public class Constants {
public static String UPDATE_FREQ = "30000";
public static String UPDATE_FREQ = "5000";
}