Realm: compatch on launch
This commit is contained in:
parent
e32d242e38
commit
3cc15387ae
|
@ -57,6 +57,7 @@ internal class SessionRealmConfigurationFactory @Inject constructor(private val
|
|||
.apply()
|
||||
|
||||
val realmConfiguration = RealmConfiguration.Builder()
|
||||
.compactOnLaunch()
|
||||
.directory(directory)
|
||||
.name(REALM_NAME)
|
||||
.apply {
|
||||
|
|
Loading…
Reference in New Issue