Skip to content

Commit

Permalink
fix: improve fetch org list performance
Browse files Browse the repository at this point in the history
  • Loading branch information
Ztrizzo committed Dec 30, 2024
1 parent ab92f64 commit 2e62329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/sf/org.lua
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ H.store_orgs = function(data)
end

H.fetch_and_store_orgs = function()
vim.fn.jobstart("sf org list --json", {
vim.fn.jobstart("sf org list --json --skip-connection-status", {
stdout_buffered = true,
on_stdout = function(_, data)
H.store_orgs(data)
Expand Down

0 comments on commit 2e62329

Please sign in to comment.