feat: update default value of resave option to false#1064
Conversation
…eware Signed-off-by: Sebastian Beltran <bjohansebas@gmail.com>
|
I think this is likely good. Kind of safe default settings are better than mandatory values in my mind. I don't remember what I thought about this before. Saving the session often is really problematic due to race condition as stated in the doc:
It could be possible that this setting should be removed, and if the store needs this, it should implement a "fake" p.s. Sorry, I have had other priorities, thus I haven't had the time I wanted for this project. |
I think it's better to set it to false instead of making this field required.
@UlisesGascon @raphendyr WDYT?