Skip to content

Commit 6f73097

Browse files
author
chaoyiwang
authored
Merge pull request #52 from ccl0326/clchen_dev
Remove max-requests to avoid breaking deploy when auto restart
2 parents 89cde0b + 9ce2b24 commit 6f73097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entry.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ export CONSOLE_DB_PASSWORD=$mysql_passwd
1717
export CONSOLE_SENTRY_DSN=$console_sentry_dsn
1818

1919
mkdir -p /lain/logs
20-
exec gunicorn -w 3 -b 0.0.0.0:8000 --max-requests=100 --preload --error-logfile /lain/logs/error.log --access-logfile /lain/logs/access.log console.wsgi
20+
exec gunicorn -w 3 -b 0.0.0.0:8000 --preload --error-logfile /lain/logs/error.log --access-logfile /lain/logs/access.log console.wsgi

0 commit comments

Comments
 (0)