diff options
Diffstat (limited to 'internal/config/README.md')
| -rw-r--r-- | internal/config/README.md | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/internal/config/README.md b/internal/config/README.md index 87d6fa1..79e1b89 100644 --- a/internal/config/README.md +++ b/internal/config/README.md | |||
| @@ -75,11 +75,8 @@ database: | |||
| 75 | # Path to SQLite database file | 75 | # Path to SQLite database file |
| 76 | path: "relay.db" | 76 | path: "relay.db" |
| 77 | 77 | ||
| 78 | # Maximum number of open connections | 78 | # Note: Connection pooling is automatically configured for SQLite. |
| 79 | max_connections: 10 | 79 | # SQLite uses a single connection for optimal performance. |
| 80 | |||
| 81 | # Connection max lifetime | ||
| 82 | max_lifetime: "1h" | ||
| 83 | 80 | ||
| 84 | # Authentication configuration | 81 | # Authentication configuration |
| 85 | auth: | 82 | auth: |
| @@ -264,8 +261,6 @@ Server: | |||
| 264 | 261 | ||
| 265 | Database: | 262 | Database: |
| 266 | Path: "relay.db" | 263 | Path: "relay.db" |
| 267 | MaxConnections: 10 | ||
| 268 | MaxLifetime: 1h | ||
| 269 | 264 | ||
| 270 | Auth: | 265 | Auth: |
| 271 | Enabled: false | 266 | Enabled: false |
