Skip to content
Snippets Groups Projects
Unverified Commit 725bb130 authored by Niaz's avatar Niaz Committed by GitHub
Browse files

[FEAT] New environment variable for scanning

parent bbdd0128
No related branches found
No related tags found
No related merge requests found
......@@ -61,12 +61,16 @@ dbUser=docker
# The password used by the database.
dbPass=AaAa1234
# This setting can dramatically affect how resource-intensive and the speed of scanning photos
# 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.
# 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
# Number of workers, when scanning pictures. This setting can dramatically affect the ram usage.
# Each worker needs 800MB of RAM. Change at your own will. Default is 1.
HEAVYWEIGHT_PROCESS=1
# ---------------------------------------------------------------------------------------------
# If you are not a developer ignore the following parameters: you will never need them.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment