Fixes some of U4-2633 Bundle all cache refresher transmissions into a single call per request for much better performance. See last note on issue.

This commit is contained in:
Shannon
2014-08-04 17:50:19 -06:00
parent b5f900e789
commit 7261162d8a
3 changed files with 67 additions and 36 deletions

View File

@@ -8,5 +8,7 @@ namespace Umbraco.Core.Sync
internal interface IServerAddress
{
string ServerAddress { get; }
//TODO : Should probably add things like port, protocol, server name, app id
}
}