26 lines
542 B
Diff
26 lines
542 B
Diff
From d3c4a082f1436b47601d1e3c8e905f4c6032e112 Mon Sep 17 00:00:00 2001
|
|
From: wenxin <shusheng.wen@outlook.com>
|
|
Date: Tue, 27 Dec 2022 11:12:39 +0800
|
|
Subject: [PATCH] Modify uwsgi configuration fields
|
|
|
|
---
|
|
conf/zeus.ini | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
diff --git a/conf/zeus.ini b/conf/zeus.ini
|
|
index ab3eabd..0564893 100644
|
|
--- a/conf/zeus.ini
|
|
+++ b/conf/zeus.ini
|
|
@@ -7,6 +7,8 @@ wsgi-file=manage.py
|
|
daemonize=/var/log/aops/uwsgi/zeus.log
|
|
http-timeout=600
|
|
harakiri=600
|
|
+processes=2
|
|
+threads=4
|
|
|
|
[mysql]
|
|
ip=127.0.0.1
|
|
--
|
|
Gitee
|
|
|