Skip to content

Commit

Permalink
increase sleep time on cataloger (#677)
Browse files Browse the repository at this point in the history
  • Loading branch information
hmsf committed Nov 6, 2023
1 parent f349688 commit 32b00b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/solargraph/language_server/host/cataloger.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def start
Thread.new do
until stopped?
tick
sleep 0.01
sleep 0.1
end
end
end
Expand Down

0 comments on commit 32b00b3

Please sign in to comment.