Hello,

We are having trouble with a mindtouch core 10.1.3 installation. Page notifications aren't working as expected, we are receiving the notifications at a 10min interval although we set the accumulation-time to 60.

Another thing is that mindtouch builds every url in the mail with localhost.

Here is our config:

Code:
...
<page-subscription>

          <accumulation-time>60</accumulation-time>

      </page-subscription>

      <wikis>

        <config id="default">
          
		  <host>aaa.bbb.ccc</host>
		  <host>localhost</host>
		  <host>intranet</host>

          <db-server>127.0.0.1</db-server>

          <db-port>3306</db-port>

          <db-catalog>xxxxx</db-catalog>

          <db-user>xxxxxx</db-user>

          <db-password hidden="true">xxxxxx</db-password>

          <db-options>pooling=true; Connection Timeout=5; Connection Lifetime=30; Protocol=socket; Min Pool Size=2; Max Pool Size=50; Connection Reset=false;character set=utf8;ProcedureCacheSize=25;Use Procedure Bodies=true;</db-options>

<page-subscription>

          <accumulation-time>60</accumulation-time>

      </page-subscription>

        </config>

      </wikis>
...
Thanks for your help!