From a0b450a1e76e3a340c026116154304810dac90b3 Mon Sep 17 00:00:00 2001 From: Guy Sheffer <guysoft@gmail.com> Date: Tue, 29 Mar 2022 18:25:37 +0300 Subject: [PATCH] Fix extra whitespace --- librephotos.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/librephotos.env b/librephotos.env index ebb5521..772bcda 100644 --- a/librephotos.env +++ b/librephotos.env @@ -21,7 +21,7 @@ httpPort=3000 tag=latest # Number of workers, which take care of the request to the api. This setting can dramatically affect the ram usage. -# A positive integer generally in the 2-4 x $(NUM_CORES) range. +# A positive integer generally in the 2-4 x $(NUM_CORES) range. # You’ll want to vary this a bit to find the best for your particular workload. # Each worker needs 800MB of RAM. Change at your own will. Default is 2. gunniWorkers=2 -- GitLab