Any idea what could be causing this. I have the following these settings in my advancedsetting.xml file
<!-- zerocache -->
<advancedsettings>
<network>
<buffermode>0</buffermode>
<cachemembuffersize>0</cachemembuffersize>
<readbufferfactor>4.0</readbufferfactor>
</network>
</advancedsettings>
My understanding is that this buffering mode gets automatically deleted...is this the case
Thanks in advance.
Comment