Closed
Description
The flag added in the PR 184 does not survive close/open.
When opening an existing file it uses the default value from the map unmarshaller.
I found it quite confusing (and I don't think it has been mentioned clearly in the docs) that the map persists the settings it has been created with, silently ignoring whatever is passed on the builder.
In my opinion the behavior should be biased towards "it's allowed to override behavior on re-open", because it would make binary releases with improved settings easier.