diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-03-07 01:51:09 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-03-07 01:51:09 -0500 |
| commit | daf2c28eb7d72a0bedd836b198915cad7db63855 (patch) | |
| tree | e77df2e6f7cbaa00e7bfc550498f4b1c7c3af65a | |
| parent | 998026cfa8e5f041e2fd0b0c61bd719027c227ab (diff) | |
update chapter default triggers
| -rw-r--r-- | MediaBrowser.Server.Implementations/Localization/Server/server.json | 2 | ||||
| -rw-r--r-- | MediaBrowser.Server.Implementations/ScheduledTasks/ChapterImagesTask.cs | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/MediaBrowser.Server.Implementations/Localization/Server/server.json b/MediaBrowser.Server.Implementations/Localization/Server/server.json index 33673cfb0..b4ab8ef99 100644 --- a/MediaBrowser.Server.Implementations/Localization/Server/server.json +++ b/MediaBrowser.Server.Implementations/Localization/Server/server.json @@ -682,7 +682,7 @@ "NotificationOptionNewLibraryContentMultiple": "New content added (multiple)", "NotificationOptionCameraImageUploaded": "Camera image uploaded", "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", "LabelNotificationEnabled": "Enable this notification", "LabelMonitorUsers": "Monitor activity from:", diff --git a/MediaBrowser.Server.Implementations/ScheduledTasks/ChapterImagesTask.cs b/MediaBrowser.Server.Implementations/ScheduledTasks/ChapterImagesTask.cs index e2a75921c..b23aaeeff 100644 --- a/MediaBrowser.Server.Implementations/ScheduledTasks/ChapterImagesTask.cs +++ b/MediaBrowser.Server.Implementations/ScheduledTasks/ChapterImagesTask.cs @@ -65,10 +65,10 @@ namespace MediaBrowser.Server.Implementations.ScheduledTasks { new DailyTrigger { - TimeOfDay = TimeSpan.FromHours(3), + TimeOfDay = TimeSpan.FromHours(1), TaskOptions = new TaskExecutionOptions { - MaxRuntimeMs = Convert.ToInt32(TimeSpan.FromHours(5).TotalMilliseconds) + MaxRuntimeMs = Convert.ToInt32(TimeSpan.FromHours(4).TotalMilliseconds) } } }; |
