mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Removed incorrect comment in Web.config in Orchard.Azure.Web.
This commit is contained in:

committed by
Sebastien Ros

parent
db85911c2f
commit
eac7d6290e
@@ -33,10 +33,6 @@
|
|||||||
|
|
||||||
<dataCacheClients>
|
<dataCacheClients>
|
||||||
<dataCacheClient name="DefaultCacheClient" useLegacyProtocol="false" connectionPool="true" maxConnectionsToServer="20">
|
<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" />
|
<autoDiscover isEnabled="true" identifier="Orchard.Azure.Web" />
|
||||||
</dataCacheClient>
|
</dataCacheClient>
|
||||||
</dataCacheClients>
|
</dataCacheClients>
|
||||||
|
Reference in New Issue
Block a user