You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by Apache Wiki <wi...@apache.org> on 2009/01/14 15:20:03 UTC

[Jackrabbit Wiki] Trivial Update of "DataStore" by AlexanderKlimetschek

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Jackrabbit Wiki" for change notification.

The following page has been changed by AlexanderKlimetschek:
http://wiki.apache.org/jackrabbit/DataStore

The comment on the change is:
fixed formatting

------------------------------------------------------------------------------
  
  If multiple repositories use the same data store, the deleteUnused() method must not be used. Instead, the process is:
  
- * Write down the current time = X
+  1. Write down the current time = X
- * Run gc.scan() on each repository 
+  1. Run gc.scan() on each repository 
- * Manually delete files with last modified date older than X
+  1. Manually delete files with last modified date older than X
  
  == How to write a new data store implementation ==