diff --git a/en/self-host/configuration/environments.mdx b/en/self-host/configuration/environments.mdx
index 8493c1599..a67e563cf 100644
--- a/en/self-host/configuration/environments.mdx
+++ b/en/self-host/configuration/environments.mdx
@@ -1174,7 +1174,7 @@ These select which backend implementation handles workflow execution data. The d
| Variable | Default | Description |
|---|---|---|
-| `GRAPH_ENGINE_MIN_WORKERS` | `1` | Minimum workers per GraphEngine instance. |
+| `GRAPH_ENGINE_MIN_WORKERS` | `3` | Minimum workers per GraphEngine instance. |
| `GRAPH_ENGINE_MAX_WORKERS` | `10` | Maximum workers per GraphEngine instance. |
| `GRAPH_ENGINE_SCALE_UP_THRESHOLD` | `3` | Queue depth that triggers spawning additional workers. |
| `GRAPH_ENGINE_SCALE_DOWN_IDLE_TIME` | `5.0` | Seconds of idle time before excess workers are removed. |
diff --git a/en/self-host/troubleshooting/common-issues.mdx b/en/self-host/troubleshooting/common-issues.mdx
index 5e2b3a1a2..34d5fe25e 100644
--- a/en/self-host/troubleshooting/common-issues.mdx
+++ b/en/self-host/troubleshooting/common-issues.mdx
@@ -115,7 +115,9 @@ Source code (from `api` directory):
flask reset-encrypt-key-pair
```
-**Warning**: This is irreversible - existing encrypted data will be lost.
+
+This is irreversible. Existing LLM credentials and tool credentials (built-in, custom, and MCP tools) are purged for every workspace and must be re-entered.
+
## Workspace Management
diff --git a/ja/self-host/configuration/environments.mdx b/ja/self-host/configuration/environments.mdx
index 30935c51e..2ebc0032c 100644
--- a/ja/self-host/configuration/environments.mdx
+++ b/ja/self-host/configuration/environments.mdx
@@ -1174,7 +1174,7 @@ Dify はアカウント招待、パスワードリセット、ログインコー
| 変数 | デフォルト値 | 説明 |
|---|---|---|
-| `GRAPH_ENGINE_MIN_WORKERS` | `1` | GraphEngine インスタンスごとの最小ワーカー数。 |
+| `GRAPH_ENGINE_MIN_WORKERS` | `3` | GraphEngine インスタンスごとの最小ワーカー数。 |
| `GRAPH_ENGINE_MAX_WORKERS` | `10` | GraphEngine インスタンスごとの最大ワーカー数。 |
| `GRAPH_ENGINE_SCALE_UP_THRESHOLD` | `3` | 追加ワーカーの生成をトリガーするキュー深度。 |
| `GRAPH_ENGINE_SCALE_DOWN_IDLE_TIME` | `5.0` | 余剰ワーカーが削除されるまでのアイドル時間(秒)。 |
diff --git a/ja/self-host/troubleshooting/common-issues.mdx b/ja/self-host/troubleshooting/common-issues.mdx
index 5c90e47d3..b0f177987 100644
--- a/ja/self-host/troubleshooting/common-issues.mdx
+++ b/ja/self-host/troubleshooting/common-issues.mdx
@@ -114,7 +114,9 @@ docker exec -it docker-api-1 flask reset-encrypt-key-pair
flask reset-encrypt-key-pair
```
-**警告**:これは元に戻せません - 既存の暗号化データは失われます。
+
+この操作は元に戻せません。すべてのワークスペースの LLM 認証情報とツール認証情報(ビルトイン、カスタム、MCP ツール)が削除されるため、再入力が必要です。
+
## ワークスペース管理
diff --git a/zh/self-host/configuration/environments.mdx b/zh/self-host/configuration/environments.mdx
index f023a7770..3a6b92d48 100644
--- a/zh/self-host/configuration/environments.mdx
+++ b/zh/self-host/configuration/environments.mdx
@@ -1174,7 +1174,7 @@ Dify 发送邮件用于账户邀请、密码重置、登录验证码和人工输
| 变量 | 默认值 | 说明 |
|---|---|---|
-| `GRAPH_ENGINE_MIN_WORKERS` | `1` | 每个 GraphEngine 实例的最小工作线程数。 |
+| `GRAPH_ENGINE_MIN_WORKERS` | `3` | 每个 GraphEngine 实例的最小工作线程数。 |
| `GRAPH_ENGINE_MAX_WORKERS` | `10` | 每个 GraphEngine 实例的最大工作线程数。 |
| `GRAPH_ENGINE_SCALE_UP_THRESHOLD` | `3` | 触发创建额外工作线程的队列深度。 |
| `GRAPH_ENGINE_SCALE_DOWN_IDLE_TIME` | `5.0` | 多余工作线程在空闲此秒数后被移除。 |
diff --git a/zh/self-host/troubleshooting/common-issues.mdx b/zh/self-host/troubleshooting/common-issues.mdx
index 71fabc5e4..2c19374fa 100644
--- a/zh/self-host/troubleshooting/common-issues.mdx
+++ b/zh/self-host/troubleshooting/common-issues.mdx
@@ -117,7 +117,9 @@ docker exec -it docker-api-1 flask reset-encrypt-key-pair
flask reset-encrypt-key-pair
```
-**警告**:此操作不可逆 - 现有加密数据将丢失。
+
+此操作不可逆。所有工作区的 LLM 凭据和工具凭据(内置、自定义、MCP 工具)将一并清除,需重新录入。
+
## 工作空间管理