mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-25 18:45:27 -06:00
Ensured minimum amount of task workers provided via config option or env var is 4
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user