Thursday, April 14, 2011 at 1:07 AM.

river2Suite.background.everyNight

on everyNight () {
	<<Changes
		<<4/13/11; 3:51:22 AM by DW
			<<Keep the river table a manageable size.
		<<2/27/11; 7:35:49 PM by DW
			<<keep the history tables in feeds a manageable size
	local (adrdata = river2suite.init ());
	river2Suite.utilities.limitFeedHistory (); //2/27/11 by DW
	if adrdata^.prefs.flLimitRiverHistory { //4/13/11 by DW
		river2Suite.utilities.limitRiverHistory ()}};
bundle { //test code
	everyNight ()}



This listing is for code that runs in the OPML Editor environment. I created these listings because I wanted the search engines to index it, so that when I want to look up something in my codebase I don't have to use the much slower search functionality in my object database. Dave Winer.