Package com.couchbase.lite
Class Defaults.Database
java.lang.Object
com.couchbase.lite.Defaults.Database
- Enclosing class:
- Defaults
-
Field Summary
Modifier and TypeFieldDescriptionstatic final boolean
Full sync is off by default because the performance hit is seldom worth the benefitstatic final boolean
Memory mapped database files are enabled by default, except on MacOS -
Method Summary
-
Field Details
-
FULL_SYNC
public static final boolean FULL_SYNCFull sync is off by default because the performance hit is seldom worth the benefit- See Also:
-
MMAP_ENABLED
public static final boolean MMAP_ENABLEDMemory mapped database files are enabled by default, except on MacOS- See Also:
-