JetBrains / package-search-intellij-plugin

Package Search is an IntelliJ plugin that allows you to search for packages from the editor.
https://package-search.jetbrains.com/
Apache License 2.0
18 stars 2 forks source link

233 - FIX PKGS-1399 Set retry limit in various ViewModel classes #142

Closed lamba92 closed 9 months ago

lamba92 commented 9 months ago

This commit sets the retry attempts from default (unlimited) to 5 in several classes. The change improves error handling by preventing potential infinite loops in case of persistent failures.