Quote:
Originally Posted by capink
I think I have a solution for this now. I will add a hibernation mode for the Last Modified plugin, which can be activated by other plugins. During this hibernation period, the plugin will listen to and cache db events without taking any action. After getting out of the hibernation mode, it will re-emit one db event per field (for all books) to enhance performance.
This will need modifications to both Last Modified and Action Chains, and will only be released after the release of the next version of calibre.
|
@chaley: How can I incorporate the advice below with set_field()
Quote:
Originally Posted by chaley
But with auto-commit turned off so the transactions are grouped into one commit.
|