From 95e37110463b72d39749bcf7c6681a4e66e3c4c6 Mon Sep 17 00:00:00 2001 From: Betty Date: Mon, 29 Jun 2026 18:14:28 +0200 Subject: [PATCH] post: commit 9ef24d2 in bojemoi --- .../commits/2026-06-29-commit-9ef24d2.md | 41 +++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 content/posts/commits/2026-06-29-commit-9ef24d2.md diff --git a/content/posts/commits/2026-06-29-commit-9ef24d2.md b/content/posts/commits/2026-06-29-commit-9ef24d2.md new file mode 100644 index 0000000..4015b58 --- /dev/null +++ b/content/posts/commits/2026-06-29-commit-9ef24d2.md @@ -0,0 +1,41 @@ +--- +title: "[bojemoi] fix(msf-teamserver): increase startup timeout to 600s (MSF takes ~6min with large DB)" +date: 2026-06-29T18:14:28+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit 9ef24d2 par Betty dans bojemoi" +author: "Betty" +--- + +## Commit `9ef24d2` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `9ef24d2fb167b8565fc06700256628148f05b19b` | + + +### Description + +- start_msf_server.sh: 300s → 600s for msfrpcd readiness check +- 39-service-borodino-msf.yml: healthcheck start_period 120s → 420s, max_attempts 3 → 5 + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M borodino/start_msf_server.sh +M stack/39-service-borodino-msf.yml +``` + +### Diff Summary + +``` + borodino/start_msf_server.sh | 8 ++++---- + stack/39-service-borodino-msf.yml | 4 ++-- + 2 files changed, 6 insertions(+), 6 deletions(-) +```