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()
|
.apply()
|
||||||
|
|
||||||
val realmConfiguration = RealmConfiguration.Builder()
|
val realmConfiguration = RealmConfiguration.Builder()
|
||||||
|
.compactOnLaunch()
|
||||||
.directory(directory)
|
.directory(directory)
|
||||||
.name(REALM_NAME)
|
.name(REALM_NAME)
|
||||||
.apply {
|
.apply {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user