We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d379680 commit ad50d8fCopy full SHA for ad50d8f
.env.sample
@@ -6,7 +6,7 @@ METRICS_PORT=3001
6
### API ###
7
# Possible values: max (start instances on all cores), number (start instances on number of cores), -1 (start instances on all cores - 1)
8
# !!! Do not set this value more that physical cores count in your machine !!!
9
-API_INSTANCES=2
+API_INSTANCES=1
10
11
### DATABASE ###
12
# FORMAT: postgresql://{user}:{password}@{host}:{port}/{database}
0 commit comments