Skip to content

Commit 870b069

Browse files
authored
Fix air config (#6655)
Since backend process does not treat SIGINT, removed `send_interrupt` config from `./.air.toml`. Otherwise backend process remains as zombie.
1 parent 6b2ce65 commit 870b069

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.air.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ tmp_dir = ".tmp"
1515
include_ext = ["go"]
1616
kill_delay = "1s"
1717
log = "build-errors.log"
18-
send_interrupt = true
1918
stop_on_error = true
2019

2120
[color]

0 commit comments

Comments
 (0)