Ensured minimum amount of task workers provided via config option or env var is 4

This commit is contained in:
Alejandro Celaya
2021-10-23 16:32:06 +02:00
parent b8eba5b643
commit cc6fa312f0
3 changed files with 21 additions and 14 deletions

View File

@@ -18,3 +18,4 @@ const DEFAULT_QR_CODE_SIZE = 300;
const DEFAULT_QR_CODE_MARGIN = 0;
const DEFAULT_QR_CODE_FORMAT = 'png';
const DEFAULT_QR_CODE_ERROR_CORRECTION = 'l';
const MIN_TASK_WORKERS = 4;