Skip to content

Commit ad50d8f

Browse files
committedFeb 24, 2025
chore: reduce default API server instances to 1
1 parent d379680 commit ad50d8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.env.sample

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ METRICS_PORT=3001
66
### API ###
77
# Possible values: max (start instances on all cores), number (start instances on number of cores), -1 (start instances on all cores - 1)
88
# !!! Do not set this value more that physical cores count in your machine !!!
9-
API_INSTANCES=2
9+
API_INSTANCES=1
1010

1111
### DATABASE ###
1212
# FORMAT: postgresql://{user}:{password}@{host}:{port}/{database}

0 commit comments

Comments
 (0)