Files
kleinanzeigen-bot/docs
Jens f1e37c6f58 fix: disable diagnostics timing collection by default (#1115)
## ℹ️ Description

Change the `diagnostics.timing_collection` default from `true` to
`false` so that timeout timing data is only collected when a user
explicitly opts in.

## 📋 Changes Summary

- `model/config_model.py`: changed
`TimingCollectionConfig.timing_collection` default from `True` to
`False`
- `schemas/config.schema.json`: regenerated with `"default": false`
- `docs/config.default.yaml`: regenerated with `timing_collection:
false`

Existing configs that explicitly set `timing_collection: true` are
unaffected.

### ⚙️ Type of Change

- [ ] 🐞 Bug fix (non-breaking change which fixes an issue)
- [ ]  New feature (adds new functionality without breaking existing
usage)
- [x] 💥 Breaking change (changes default behavior — users who relied on
the implicit `true` default must now explicitly enable it)

##  Checklist

- [x] I have reviewed my changes to ensure they meet the project's
standards.
- [x] I have tested my changes and ensured that all tests pass (`pdm run
test`).
- [x] I have formatted the code (`pdm run format`).
- [x] I have verified that linting passes (`pdm run lint`).
- [x] I have updated documentation where necessary.
2026-06-13 08:34:26 +02:00
..