Skip to content

Commit a1cfd1b

Browse files
committed
perf: increase sleep time to 10s
1 parent 679d484 commit a1cfd1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/flatten/guest.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function M.maybe_block(block)
2222
end
2323
vim.fn.chanclose(host)
2424
while true do
25-
vim.cmd.sleep(1)
25+
vim.cmd.sleep(10)
2626
end
2727
end
2828

0 commit comments

Comments
 (0)