disables dist call

This commit is contained in:
Shannon
2014-06-08 12:50:45 +02:00
parent d0cb27d1c1
commit b43f39a0cb

View File

@@ -224,7 +224,7 @@
</scheduledTasks>
<!-- distributed calls make umbraco use webservices to handle cache refreshing -->
<distributedCall enable="true">
<distributedCall enable="false">
<!-- the id of the user who's making the calls -->
<!-- needed for security, umbraco will automatically look up correct login and passwords -->
<user>0</user>
@@ -233,7 +233,6 @@
<!-- you can also add optional attributes to force a protocol or port number (see #2) -->
<!-- <server>127.0.0.1</server>-->
<!-- <server forceProtocol="http|https" forcePortnumber="80|443">127.0.0.1</server>-->
<server forcePortnumber="7100">localhost</server>
</servers>
</distributedCall>