mirror of
https://github.com/9technologygroup/patchmon.net.git
synced 2025-11-04 14:03:17 +00:00
Fix file path in fixconnlimit.sh
This commit is contained in:
committed by
GitHub
parent
e2dd7acca5
commit
3f9a5576ac
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
FILE="${1:-/backend/src/config/prisma.js}"
|
FILE="${1:-backend/src/config/prisma.js}"
|
||||||
|
|
||||||
# Get values from arguments or use defaults
|
# Get values from arguments or use defaults
|
||||||
NEW_CONN_LIMIT="${2:-30}"
|
NEW_CONN_LIMIT="${2:-30}"
|
||||||
|
|||||||
Reference in New Issue
Block a user