ConfigMap values are in seconds (e.g. connection_timeout=30 means 30s), but Duration::from_millis() interpreted them as ms (30ms), causing pool timeout on startup. Changed to from_secs(). Also removed Namespace from Helm chart to prevent cascade deletion of PVC/ConfigMap on uninstall. |
||
|---|---|---|
| .. | ||
| ai.rs | ||
| app.rs | ||
| avatar.rs | ||
| Cargo.toml | ||
| database.rs | ||
| domain.rs | ||
| embed.rs | ||
| hook.rs | ||
| lib.rs | ||
| logs.rs | ||
| nats.rs | ||
| qdrant.rs | ||
| redis.rs | ||
| smtp.rs | ||
| ssh.rs | ||
| storage.rs | ||