Removed incorrect comment in Web.config in Orchard.Azure.Web.

This commit is contained in:
Daniel Stolt 2013-08-28 21:47:30 +02:00 committed by Sebastien Ros
parent db85911c2f
commit eac7d6290e

View File

@ -33,10 +33,6 @@
<dataCacheClients>
<dataCacheClient name="DefaultCacheClient" useLegacyProtocol="false" connectionPool="true" maxConnectionsToServer="20">
<!--
To use the in-role flavor of Windows Azure Caching, set the identifier attribute to be the cache cluster role name.
To use the Windows Azure Caching Service, set the identifier attribute to be the endpoint of the cache cluster.
-->
<autoDiscover isEnabled="true" identifier="Orchard.Azure.Web" />
</dataCacheClient>
</dataCacheClients>