[Koha-bugs] [Bug 34088] Schema upgrade should short circuit faster if no upgrade needs to be done

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jul 4 03:30:41 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34088

--- Comment #6 from David Cook <dcook at prosentient.com.au> ---
(In reply to David Cook from comment #5)
> This doesn't take into account "atomic updates" for developers though...
> 
> But that should be easy enough to take into account...

Hmm taking "atomic updates" into account makes it significantly slower as the
"require C4::Context" alone adds about .25 seconds, which becomes significant
when you multiply it against higher numbers...

But "require Koha::Config" is very fast...

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list