update chapter default triggers

pull/702/head
Luke Pulverenti 10 years ago
parent 998026cfa8
commit daf2c28eb7

@ -682,7 +682,7 @@
"NotificationOptionNewLibraryContentMultiple": "New content added (multiple)", "NotificationOptionNewLibraryContentMultiple": "New content added (multiple)",
"NotificationOptionCameraImageUploaded": "Camera image uploaded", "NotificationOptionCameraImageUploaded": "Camera image uploaded",
"NotificationOptionUserLockedOut": "User locked out", "NotificationOptionUserLockedOut": "User locked out",
"SendNotificationHelp": "By default, notifications are delivered to the dashboard inbox. Browse the plugin catalog to install additional notification options.", "HeaderSendNotificationHelp": "By default, notifications are delivered to your dashboard inbox. Browse the plugin catalog to install additional notification options.",
"NotificationOptionServerRestartRequired": "Server restart required", "NotificationOptionServerRestartRequired": "Server restart required",
"LabelNotificationEnabled": "Enable this notification", "LabelNotificationEnabled": "Enable this notification",
"LabelMonitorUsers": "Monitor activity from:", "LabelMonitorUsers": "Monitor activity from:",

@ -65,10 +65,10 @@ namespace MediaBrowser.Server.Implementations.ScheduledTasks
{ {
new DailyTrigger new DailyTrigger
{ {
TimeOfDay = TimeSpan.FromHours(3), TimeOfDay = TimeSpan.FromHours(1),
TaskOptions = new TaskExecutionOptions TaskOptions = new TaskExecutionOptions
{ {
MaxRuntimeMs = Convert.ToInt32(TimeSpan.FromHours(5).TotalMilliseconds) MaxRuntimeMs = Convert.ToInt32(TimeSpan.FromHours(4).TotalMilliseconds)
} }
} }
}; };

Loading…
Cancel
Save