Commit 7a52b14
committed
fix(push): extend _api_put timeout to 60s on the post-remote-push sync
After a successful remote push, the CLI does a platform project sync via
PUT /projects/{id}. This uses the default 15 s timeout which was too
tight behind slow links or when the backend is warming up. Bump to 60 s
for this specific call only; other PUTs keep the default.
Made-with: Cursor1 parent a9712ef commit 7a52b14
2 files changed
Lines changed: 11 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1529 | 1529 | | |
1530 | 1530 | | |
1531 | 1531 | | |
| 1532 | + | |
1532 | 1533 | | |
1533 | 1534 | | |
1534 | 1535 | | |
| |||
4238 | 4239 | | |
4239 | 4240 | | |
4240 | 4241 | | |
4241 | | - | |
4242 | | - | |
| 4242 | + | |
| 4243 | + | |
| 4244 | + | |
| 4245 | + | |
| 4246 | + | |
4243 | 4247 | | |
4244 | 4248 | | |
4245 | | - | |
| 4249 | + | |
| 4250 | + | |
| 4251 | + | |
| 4252 | + | |
4246 | 4253 | | |
4247 | 4254 | | |
4248 | 4255 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments