Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit fixes an issue in the update checker where it would occasionally fail to retrieve updates. The fix involves setting a timeout of 10 seconds for the retrieval process. If the update data is not received within this timeframe, the process will terminate gracefully and report an empty list. This prevents the app from getting stuck indefinitely while waiting for updates.
- Loading branch information