Oops, forgot to change the autosave period back to 5 minutes.

git-svn-id: http://google-refine.googlecode.com/svn/trunk@628 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
David Huynh 2010-05-09 04:37:36 +00:00
parent 8c03c1ddcf
commit 510df55ea5

View File

@ -156,7 +156,7 @@ public class GridworksServlet extends HttpServlet {
_commands.put("mqlwrite", new MQLWriteCommand());
}
final static protected long s_autoSavePeriod = 1000 * 60 * 1; // minutes
final static protected long s_autoSavePeriod = 1000 * 60 * 5; // 5 minutes
static protected class AutoSaveTimerTask extends TimerTask {
public void run() {
try {