1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-24 00:52:56 +08:00
osu-lazer/osu.Game
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
..
.idea/.idea.osu.dir/.idea Merge branch 'master' into multiplayer-remove-cmc-and-composite 2024-11-20 17:24:55 +09:00
Audio Use cleaner array creation expression 2025-01-07 01:23:19 +03:00
Beatmaps Simplify naming of endpoints 2025-02-07 17:33:32 +09:00
Collections Fix not being able to scroll to new collection text box when list overflows 2024-11-18 15:28:30 +01:00
Configuration Merge pull request #31524 from smoogipoo/user-panel-status 2025-02-05 19:22:27 +09:00
Database Implement special exporter intended specifically for submission flows 2025-02-05 14:01:37 +01:00
Extensions Apply minor performance rules 2024-11-28 20:41:44 +08:00
Graphics Merge pull request #31784 from bdach/bss/wizard-appearance 2025-02-05 17:34:30 +09:00
Input Remove right click default for absolute scroll 2025-01-21 17:24:41 +09:00
IO Work around rare sharpcompress failure to extract certain archives 2025-01-27 12:28:53 +01:00
IPC
Localisation Add beatmap submission support 2025-02-05 14:01:37 +01:00
Models
Online Adjust timeouts to be much higher for upload requests 2025-02-07 18:39:01 +09:00
Overlays Merge branch 'master' into bss/the-actual-submission 2025-02-07 17:44:48 +09:00
Performance
Properties
Replays
Rulesets Fix incorrect snapping behaviour when previous object is not snapped to beat 2025-02-04 11:45:15 +01:00
Scoring Use RealmLive in SaveFailedScoreButton 2024-11-27 15:25:42 +09:00
Screens Change BeatmapSubmissionScreen to use global back button instead of custom implementation 2025-02-07 18:34:48 +09:00
Seasonal Add extra safeties against null ref when rulesets are missing 2024-12-21 20:30:00 +09:00
Skinning Merge pull request #31527 from bdach/spectator-list-ready 2025-01-21 18:54:11 +09:00
Storyboards Fix potential nullref due to silly null handling and too much OOP 2025-01-14 19:03:58 +09:00
Tests Merge branch 'master' into user-panel-status 2025-02-04 22:56:19 +09:00
Updater Resurrect SimpleUpdateManager as MobileUpdateNotifier 2024-07-05 03:29:09 -04:00
Users Merge branch 'remove-status-from-apiuser' into user-panel-status 2025-01-17 17:32:39 +09:00
Utils Simplify naming of endpoints 2025-02-07 17:33:32 +09:00
.editorconfig
FodyWeavers.xml
osu!.res
osu.Game.csproj Update framework 2025-02-04 21:48:45 +09:00
OsuGame.cs Merge pull request #31368 from frenzibyte/mobile-fix-mania 2025-02-01 14:49:46 +09:00
OsuGameBase_Importing.cs
OsuGameBase.cs Simplify naming of endpoints 2025-02-07 17:33:32 +09:00
PerformFromMenuRunner.cs