Skip to content

v3.1.3

Compare
Choose a tag to compare
@adrienlauer adrienlauer released this 23 Jul 11:39
· 2 commits to master since this release
c06df12
  • [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.