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

--- Comment #11 from Victor Grousset/tuxayo <[email protected]> ---
Comment on attachment 197384
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=197384
Bug 42152: use Koha::Devel::Files to list files to process - valid-templates.t

Review of attachment 197384:
 --> 
(https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=42152&attachment=197384)
-----------------------------------------------------------------

::: xt/author/valid-templates.t
@@ +49,5 @@
>  } else {
>      $ncpu = Sys::CPU::cpu_count();
>  }
>  
>  my $pm = Parallel::ForkManager->new($ncpu);

Remaining unused variable↑
Related, there is at least "my $ncpu;"
and
use threads;    # used for parallel
use Parallel::ForkManager;
use Sys::CPU;


Is this related to Comment 2? Did that comment mean that you tested with
multiprocessing and it now was slower? (and not worth it to fix now that single
thread takes 30 sec)

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list -- [email protected]
To unsubscribe send an email to [email protected]
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to