Skip to content

Commit

Permalink
perf: increase sleep time to 10s
Browse files Browse the repository at this point in the history
  • Loading branch information
lostl1ght committed Jul 20, 2024
1 parent a73b7a7 commit 62a1976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/flatten/guest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function M.maybe_block(block)
end
vim.fn.chanclose(host)
while true do
vim.cmd.sleep(1)
vim.cmd.sleep(10)
end
end

Expand Down

0 comments on commit 62a1976

Please sign in to comment.