Skip to content

Commit

Permalink
Addon Manager: Switch cache strategy to PreferNetwork
Browse files Browse the repository at this point in the history
  • Loading branch information
chennes committed Feb 24, 2022
1 parent b5c7236 commit af8890d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/AddonManager/NetworkManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ def __create_get_request(self, url: str) -> QtNetwork.QNetworkRequest:
)
request.setAttribute(
QtNetwork.QNetworkRequest.CacheLoadControlAttribute,
QtNetwork.QNetworkRequest.PreferCache,
QtNetwork.QNetworkRequest.PreferNetwork,
)
return request

Expand Down

0 comments on commit af8890d

Please sign in to comment.