Skip to content

Commit 013d0a0

Browse files
Update .changesets/11691.md
1 parent b3fc36b commit 013d0a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.changesets/11691.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
- Await and properly kill dev api-server (#11691) by @callingmedic911
22

3-
Sometime the api-server doesn't get killed in time before the new instance is started. This PR makes sure that we wait for the process. If it's not killed within 2 seconds, we send a SIGTERM to it.
3+
Sometime the api-server doesn't get killed in time before the new instance is started. This change makes sure that we wait for the process. If it's not killed within 2 seconds with SIGTERM, we send a SIGKILL to it.

0 commit comments

Comments
 (0)