Skip to content

Commit c7f799f

Browse files
committed
updated notes, and cron job frequency
1 parent fb1c15c commit c7f799f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/org/argmap/client/ArgMap.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
import com.google.gwt.user.client.ui.TabLayoutPanel;
2222
import com.google.gwt.user.client.ui.Widget;
2323

24-
//TODO: do some basic testing of versioning of deleted top level nodes
2524
/* TODO transition ModeEdit to the new dummy node approach and get rid of ViewDummyVer */
2625

2726
/* TODO: ModeVersions: for some reason child nodes of a deleted and re-added link are not showing up in the first attachement of the node

war/WEB-INF/cron.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
<cron>
99
<url>/_ah/sessioncleanup?clear</url>
1010
<description>clear expired sessions and data stored in them</description>
11-
<schedule>every 1 hours</schedule>
11+
<schedule>every day 12:00</schedule>
1212
</cron>
1313
</cronentries>

0 commit comments

Comments
 (0)