| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-04 | 471 Bytes | |
| v0.3.4 source code.tar.gz | 2026-03-04 | 786.5 kB | |
| v0.3.4 source code.zip | 2026-03-04 | 839.8 kB | |
| Totals: 3 Items | 1.6 MB | 1 | |
Features
⏱️ Configurable request timeout — The request timeout is now configurable via server.request_timeout in config.yaml (#78)
:::yaml
server:
request_timeout: 600 # seconds (default: 600, 0 = no timeout)
The default has been increased from 120 to 600 seconds (matching OpenAI and Anthropic SDK defaults). Set to 0 to disable the timeout entirely.
Full Changelog: https://github.com/sgasser/pasteguard/compare/v0.3.3...v0.3.4