1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-24 05:13:13 +08:00
osu-lazer/osu.Game/Online/API
Dean Herbert ce88ecfb3c
Adjust timeouts to be much higher for upload requests
It seems that right now these timeouts do not check for actual data
movement, which is to say if a user with a very slow connection is
uploading and it takes more than `Timeout`, their upload will fail.

For now let's set these values high enough that most users will not be
affected.
2025-02-07 18:39:01 +09:00
..
Requests Adjust timeouts to be much higher for upload requests 2025-02-07 18:39:01 +09:00
APIAccess.cs Simplify naming of endpoints 2025-02-07 17:33:32 +09:00
APIDownloadRequest.cs Fix NRT inspections 2024-08-30 13:41:34 +02:00
APIException.cs Fix remaining obvious CI inspections 2023-06-24 16:07:01 +02:00
APIMessagesRequest.cs Automated pass 2023-06-24 01:00:03 +09:00
APIMod.cs Fix the MOTHERLOAD of undetected issues that are now visible thanks to net6.0 2022-12-16 18:16:26 +09:00
APIRequest.cs Simplify naming of endpoints 2025-02-07 17:33:32 +09:00
APIRequestCompletionState.cs Remove redundant nullable suppression directives 2023-06-07 08:20:41 +03:00
ArchiveDownloadRequest.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
DummyAPIAccess.cs Simplify naming of endpoints 2025-02-07 17:33:32 +09:00
IAPIProvider.cs Simplify naming of endpoints 2025-02-07 17:33:32 +09:00
ModSettingsDictionaryFormatter.cs Appease message pack new inspections 2025-01-08 03:13:29 +09:00
OAuth.cs Fix broken locking in OAuth 2024-01-30 21:05:23 +01:00
OAuthToken.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
OsuJsonWebRequest.cs Automated pass 2023-06-24 01:00:03 +09:00
OsuWebRequest.cs Automated pass 2023-06-24 01:00:03 +09:00
RegistrationRequest.cs Add API level support for error message and redirect during registration flow 2023-01-13 15:32:53 +09:00