Commit 8e2b944
Respect user-configured readiness timeout and simplify URI handling
- Remove timeout cap that prevented honoring user-specified timeouts
- Previously capped at 2 seconds with [config.server_readiness_timeout || 5, 2].min
- Now respects full configured timeout value (default: 5 seconds)
- Remove redundant uri.path.empty? check since readiness_path defaults to '/'
This allows users to configure longer timeouts for slow environments while
maintaining clean, simple code.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 5a1867d commit 8e2b944
1 file changed
+2
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
139 | | - | |
140 | | - | |
| 138 | + | |
141 | 139 | | |
142 | 140 | | |
143 | 141 | | |
144 | | - | |
145 | | - | |
| 142 | + | |
146 | 143 | | |
147 | 144 | | |
148 | 145 | | |
| |||
0 commit comments