On Thu, Sep 13, 2007 at 04:24:56PM +0200, Jabba Laci wrote: > Hi, > > I would like to avoid that page histories grow too big. How can old > page histories be removed? > In the config file I found this: > $DiffKeepDays=30; > Does it mean that histories older than 30 days are deleted > automatically? I didn't understand it clearly.
It means that whenever a page is saved, any history older than 30 days is removed from the page. See http://www.pmwiki.org/wiki/PmWiki/EditVariables#DiffKeepDays and http://www.pmwiki.org/wiki/PmWiki/PageHistory . If you want to immediately expire history from pages, take a look at http://www.pmwiki.org/wiki/Cookbook/ExpireDiff . Pm _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
