update camera upload

This commit is contained in:
Luke Pulverenti
2015-09-10 14:28:22 -04:00
parent ce0435a66d
commit baf2f80154
13 changed files with 98 additions and 30 deletions

View File

@@ -58,7 +58,7 @@ namespace MediaBrowser.Common.ScheduledTasks
{
if (isApplicationStartup)
{
triggerDate = DateTime.UtcNow.AddMinutes(5);
triggerDate = DateTime.UtcNow.AddMinutes(2);
}
else
{