A one-line config change
Comparing a config file before and after a retry-timeout change: the diff shows one removed line (timeout = 30), one added line (timeout = 60), and the surrounding lines unchanged — 2 changed of 8 lines, a 25% change ratio.
| Input | Value |
|---|---|
| original | host = api.example.com
timeout = 30
retries = 3 |
| updated | host = api.example.com
timeout = 60
retries = 3 |
| Result | 1 added · 1 removed · 1 unchanged · 25% changed |