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:
parent
8c03c1ddcf
commit
510df55ea5
@ -156,7 +156,7 @@ public class GridworksServlet extends HttpServlet {
|
|||||||
_commands.put("mqlwrite", new MQLWriteCommand());
|
_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 {
|
static protected class AutoSaveTimerTask extends TimerTask {
|
||||||
public void run() {
|
public void run() {
|
||||||
try {
|
try {
|
||||||
|
Loading…
Reference in New Issue
Block a user