12 Nov
2024
12 Nov
'24
2:56 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38427 --- Comment #1 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- TODO Remove obsoleted variable during dev process: +my $chunk_size = 100000; For the purists: + $offset ||= 0; + $length ||= ( $record_type eq 'biblio' ? Koha::Biblios->count : Koha::Authorities->count ); We should probably better do //= here. This will make -length 0 do nothing (which is useless, but anyway..). Check on a negative offset too? -- You are receiving this mail because: You are watching all bug changes.