Is there any good documentation on LibreTranslate environmental variables, for example: LT_THREADS? The default is 4.
I’m trying to host on AWS, with q set to an array. So, how big can the array be? What about LT_THREADS? Are they connected? Is LT_THREADS set per core, or is it the total number of threads regardless of the number of cores?
With q set to 6 strings and LT_THREADS set to 32, I need 8 AWS EC2 vCPUs to stop it falling over. Any help would be very much appreciated.
So, is that a max of LT_THREADS concurrent connections for LibreTranslate? I’m coming from a node.js background, so not sure what LibreTranslate LT_THREADS means?