-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds a retry mechanism to preview loading when the server responds with `429` status codes.
- Loading branch information
Jannik Stehle
committed
Oct 23, 2024
1 parent
22d7c45
commit 1b04222
Showing
3 changed files
with
68 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Bugfix: Preview image retries | ||
|
||
We've added a retry mechanism to preview loading in case the server is being overrun with too many requests. | ||
|
||
https://github.com/owncloud/web/pull/11813 | ||
https://github.com/owncloud/web/issues/11798 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters