Added asp.net tick timer

Added health monitoring
Updated database logging
This commit is contained in:
kay.one 2011-04-21 19:23:31 -07:00
parent 7d7032dd56
commit e9c63b81e6
27 changed files with 679 additions and 378 deletions

View file

@ -8,7 +8,6 @@ using NzbDrone.Core.Providers.Jobs;
using NzbDrone.Core.Repository;
using NzbDrone.Web.Models;
using Telerik.Web.Mvc;
using TvdbLib.Data;
namespace NzbDrone.Web.Controllers
{