aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Startup.Common/Migrations
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-02-03 17:42:33 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-02-03 17:42:33 -0500
commit0b5b409354909a0f446aea9f69ae4fd7eb6be35d (patch)
tree063eec80313435827371aaecccbcc5584a4175d0 /MediaBrowser.Server.Startup.Common/Migrations
parent00ae190a276f51f488752ab76cee131b16671fa2 (diff)
update migration
Diffstat (limited to 'MediaBrowser.Server.Startup.Common/Migrations')
-rw-r--r--MediaBrowser.Server.Startup.Common/Migrations/DbMigration.cs2
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>();
});