Files
blog/content/posts/commits/2026-02-07-commit-ecbf8c9.md
Betty 7ac1bd5f4f
All checks were successful
Hugo Build & Deploy / build-deploy (push) Successful in 5s
Add 62 blog posts generated from git commit history
One-shot import of all bojemoi repo commits as Hugo posts.
Each post includes metadata, files changed, and diff stats.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 14:16:05 +01:00

39 lines
826 B
Markdown

---
title: "Fix slow queries and connection leaks in bm12 scanner"
date: 2026-02-07T21:55:45+01:00
draft: false
tags: ["commit", "bojemoi", "fix", "borodino"]
categories: ["Git Activity"]
summary: "Commit ecbf8c9 par Betty — 1 fichier(s) modifié(s)"
author: "Betty"
---
## Commit `ecbf8c9`
| | |
|---|---|
| **Repository** | bojemoi |
| **Branch** | `main` |
| **Auteur** | Betty |
| **Hash** | `ecbf8c989b95587f9fd3ea691a263ab6ea972388` |
| **Date** | 2026-02-07 |
### Description
Replace ORDER BY RANDOM() with TABLESAMPLE SYSTEM() for host selection
and explicitly close DB connections to prevent idle-in-transaction buildup.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
### Fichiers modifiés
```
M borodino/thearm_bm12
```
### Statistiques
```
1 file changed, 20 insertions(+), 8 deletions(-)
```