vendor/Pods/Headers/YapDatabase/YapDatabase.h in motion-yapper-0.0.1 vs vendor/Pods/Headers/YapDatabase/YapDatabase.h in motion-yapper-0.0.2

- old
+ new

@@ -328,24 +328,24 @@ @property (atomic, assign, readwrite) YapDatabasePolicy defaultObjectPolicy; @property (atomic, assign, readwrite) YapDatabasePolicy defaultMetadataPolicy; #if TARGET_OS_IPHONE /** - * Allows you to set the default autoFlushMemoryLevel for all new connections. + * Allows you to set the default autoFlushMemoryFlags for all new connections. * * When you create a connection via [database newConnection], that new connection will inherit * its initial configuration via the default values configured for the parent database. * Of course, the connection may then override these default configuration values, and configure itself as needed. * * Changing the default values only affects future connections that will be created. * It does not affect connections that have already been created. * - * The default defaultAutoFlushMemoryLevel is YapDatabaseConnectionFlushMemoryLevelMild. + * The default defaultAutoFlushMemoryFlags is YapDatabaseConnectionFlushMemoryFlags_All. * * For more detailed documentation on these properties, see the YapDatabaseConnection header file. - * @see YapDatabaseConnection autoFlushMemoryLevel + * @see YapDatabaseConnection autoFlushMemoryFlags **/ -@property (atomic, assign, readwrite) int defaultAutoFlushMemoryLevel; +@property (atomic, assign, readwrite) int defaultAutoFlushMemoryFlags; #endif //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// #pragma mark Connections ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////