diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-02-03 17:42:33 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-02-03 17:42:33 -0500 |
| commit | 0b5b409354909a0f446aea9f69ae4fd7eb6be35d (patch) | |
| tree | 063eec80313435827371aaecccbcc5584a4175d0 /MediaBrowser.Server.Startup.Common/Migrations | |
| parent | 00ae190a276f51f488752ab76cee131b16671fa2 (diff) | |
update migration
Diffstat (limited to 'MediaBrowser.Server.Startup.Common/Migrations')
| -rw-r--r-- | MediaBrowser.Server.Startup.Common/Migrations/DbMigration.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Startup.Common/Migrations/DbMigration.cs b/MediaBrowser.Server.Startup.Common/Migrations/DbMigration.cs index 959543893c..5a70467f75 100644 --- a/MediaBrowser.Server.Startup.Common/Migrations/DbMigration.cs +++ b/MediaBrowser.Server.Startup.Common/Migrations/DbMigration.cs @@ -25,7 +25,7 @@ namespace MediaBrowser.Server.Startup.Common.Migrations Task.Run(async () => { - await Task.Delay(1000).ConfigureAwait(false); + await Task.Delay(100).ConfigureAwait(false); _taskManager.Execute<CleanDatabaseScheduledTask>(); }); |
