Hi,
Does anyone know if it is possible to change the House Keeping Interval (which defaults to 30sec) under openfire's database properties.
There doesn't seem to be a property for this in the openfire.xml:
<database>
<defaultProvider>
<driver>net.sourceforge.jtds.jdbc.Driver</driver>
<serverURL>jdbc:jtds:sqlserver://192.168.2.40/openfire;appName=jive</serverURL>
<username encrypted="true">aa9947bf44962293121443c80c82e647c7e6be6f7a94c11b</username>
<password encrypted="true">66012cdbf9c4292e7a64dffb3ebf921fe2492c9be92bab8034c2ffaf434b20 30</password>
<testSQL>select 1</testSQL>
<testBeforeUse>false</testBeforeUse>
<testAfterUse>false</testAfterUse>
<minConnections>5</minConnections>
<maxConnections>25</maxConnections>
<connectionTimeout>1.0</connectionTimeout>
</defaultProvider>
</database>
I would appreciated any help on this matter.
Thanks in advance,
Steve