We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a854e4d commit e081234Copy full SHA for e081234
osu.Server.QueueProcessor/DatabaseAccess.cs
@@ -35,7 +35,7 @@ public static MySqlConnection GetConnection()
35
/// <summary>
36
/// Retrieve a fresh MySQL connection. Should be disposed after use.
37
/// </summary>
38
- public static async Task<MySqlConnection> GetConnectionAsync(CancellationToken cancellationToken)
+ public static async Task<MySqlConnection> GetConnectionAsync(CancellationToken cancellationToken = default)
39
{
40
var connection = new MySqlConnection(getConnectionString());
41
0 commit comments