I got this message from CoreData while updating my app's database.
CoreData: annotation: PostSaveMaintenance: fileSize 9216472 greater than prune threshold
CoreData: annotation: PostSaveMaintenance: wal_checkpoint(TRUNCATE)
What does it mean?
Does it corrupt my data (by truncation)?
How can I set a breakpoint to catch when this happens?