1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:57:39 +08:00

Remove duplicate command

This commit is contained in:
Dean Herbert 2017-10-16 16:11:34 +09:00
parent 1f4a943f74
commit ec51314e37

View File

@ -2,7 +2,6 @@
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System;
using Microsoft.EntityFrameworkCore;
using osu.Framework.Logging;
using osu.Framework.Platform;
@ -17,7 +16,6 @@ namespace osu.Game.Database
{
Storage = storage;
Connection = connection;
Connection.Database.SetCommandTimeout(new TimeSpan(TimeSpan.TicksPerSecond * 10));
try
{