Skip to content

v3.0.3

Compare
Choose a tag to compare
@adrienlauer adrienlauer released this 01 Jul 20:48
  • [fix] Avoid calling ensureIndexes() and ensureCaps() for each datastore instantiation which adds a considerable
    overhead in some circumstances. It is now done at application startup and can be controlled with
    mongoDb.morphia.ensureCapsAtStartup and mongoDb.morphia.ensureIndexesAtStartup config options.