Files
sailing-analytics/java/com.sap.sse.security.persistence
Axel Uhl 31a9dde1ce use background(false) for all MongoDB IndexOptions to avoid problems with dropping;
when trying to drop an index or an entire collection while a background
index construction is running, an exception will be thrown by the Mongo
driver. Executing all index creations in the foreground will keep this
from happening
2020-03-23 18:32:26 +01:00
..