Skip to content

Commit 62a1976

Browse files
committed
perf: increase sleep time to 10s
1 parent a73b7a7 commit 62a1976

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)