18 Nov
2025
18 Nov
'25
1:17 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39164 --- Comment #1 from Mark Hofstetter <koha@trust-box.at> --- I would suggest to add that to the config file and not the sysprefs. We have top bear in mind that we have to distinguish between mysql select /*+ MAX_EXECUTION_TIME(300) */ sleep(5); which returns normaly when it's running too long and mariadb select /*+ MAX_EXECUTION_TIME(300) */ sleep(5); when throws an errors when running too long -- You are receiving this mail because: You are watching all bug changes.