43 lines
942 B
Markdown
43 lines
942 B
Markdown
---
|
|
title: "[borodino] perf(uzi): réduire timeout check_target 15s → 5s"
|
|
date: 2026-07-25T22:18:25+02:00
|
|
draft: false
|
|
tags: ["commit", "borodino", "main"]
|
|
categories: ["Git Activity"]
|
|
summary: "Commit a1f81e8 par Claude Code dans borodino"
|
|
author: "Claude Code"
|
|
---
|
|
|
|
## Commit `a1f81e8`
|
|
|
|
| | |
|
|
|---|---|
|
|
| **Repository** | borodino |
|
|
| **Branch** | `main` |
|
|
| **Author** | Claude Code |
|
|
| **Hash** | `a1f81e8f17b9b3aedbf051b9d0cc37a4106a7d0e` |
|
|
|
|
|
|
### Description
|
|
|
|
check_target attendait jusqu'à 15s par module MSF.
|
|
Sur des hosts avec ports 80/443 ouverts (~1000 modules linux/http testés),
|
|
ça causait des runs de 10-12h par host.
|
|
5s suffisent — si la console MSF n'est pas ready en 5s, le check est de toute
|
|
façon inconclus et on procède.
|
|
|
|
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
|
|
### Files Changed
|
|
|
|
```
|
|
M thearm_uzi
|
|
```
|
|
|
|
### Diff Summary
|
|
|
|
```
|
|
thearm_uzi | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
```
|