Changes

Summary

  1. Parallelize SVG rendering. (commit: 5b43ee6) (details)
  2. Run conversion until # failed pages stabilizes (commit: 2255b27) (details)
  3. More timeout adjustments ... don't like this (commit: afd5402) (details)
Commit 5b43ee66ccdc2e51aa37065d139b7f8d5e9d8d9c by Thorsten Vitt
Parallelize SVG rendering.
Running this via parallel streams didn't really work, and rendering
clogged max 1 core. To speed things up, we now run
${faust.diplo.threads} (defaulting to the number of available cores)
page generating jobs in parallel using a (fixed) thread pool.
(commit: 5b43ee6)
The file was modified src/main/java/net/faustedition/gen/DiplomaticConversion.java (diff)
Commit 2255b27d2d145d44135611be79b6ef72249801de by Thorsten Vitt
Run conversion until # failed pages stabilizes
(commit: 2255b27)
The file was modified src/main/java/net/faustedition/gen/DiplomaticConversion.java (diff)
Commit afd54025e32eb2d21e095d5cdb14ccde1880de7a by Thorsten Vitt
More timeout adjustments ... don't like this
Cf. #22
(commit: afd5402)
The file was modified rendersvgs.js (diff)