mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Setting a feature writes to KVP which in the SQL backend causes the book to be written out, which is rather expensive. Doing this in a loop (as is the case in convert_imap_account, is quite slow, and this change afforded a 4x speedup.