Update README.md

pull/2/head
Louis Chatriot 11 years ago
parent e5b078b9d9
commit 0fd02881d4
  1. 2
      README.md

@ -95,7 +95,7 @@ You can manually call the compaction function with `yourDatabase.persistence.com
You can also set automatic compaction at regular intervals with `yourDatabase.persistence.setAutocompactionInterval(interval)`, `interval` in milliseconds (a minimum of 5s is enforced), and stop automatic compaction with `yourDatabase.persistence.stopAutocompaction()`.
Keep in mind that compaction takes a bit of time (not too much: 130ms for 50k records on my slow machine) and no other operation can happen when it does, most of the projects actually don't need to use it.
Keep in mind that compaction takes a bit of time (not too much: 130ms for 50k records on my slow machine) and no other operation can happen when it does, so most projects actually don't need to use it.
### Inserting documents

Loading…
Cancel
Save