Closed MartinThoma closed 5 years ago
False -> The database will not be written to the file after each operation and keeps the db in memory (like set), use dump() to save db to the file True -> The database will be written to the file after each operation (like set), no need to use dump()
I see that many (all?) examples use
What would happen if this was set to
True
?