Package com.couchbase.lite
Class Defaults.Database
java.lang.Object
com.couchbase.lite.Defaults.Database
- Enclosing class:
 - Defaults
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final booleanFull sync is off by default because the performance hit is seldom worth the benefitstatic final booleanMemory mapped database files are enabled by default - 
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- See Also:
 
 
 -