Use 2 threads for generating PNG

This commit is contained in:
Marcin Kulik 2017-03-04 13:10:19 +01:00
parent 767e33145f
commit bb0a8b7e29

View File

@ -30,5 +30,5 @@
:png-gen
{:bin-path "a2png/a2png.sh"}
:executor
{:threads 1
:queue-length 1}}}
{:threads 2
:queue-length 16}}}