Page 1 of 1

Application Cleanup/Maintenance

Posted: Tue Feb 21, 2017 2:19 am
by ajackson
I was wondering if there is any application cleanup or maintenance that is run on the server where Ablecomm is hosted. If so... what happens, how often does it run, and is there a way to change the time when it runs? We noticed some activity on our server, but didn't know where it was coming from.

Re: Application Cleanup/Maintenance

Posted: Thu Mar 16, 2017 8:54 am
by Shopping Cart Admin
http://help.ablecommerce.com/mergedProj ... enance.htm

In the app data folder you will find the ablecommerce.config file which contains the interval.

<?xml version="1.0" encoding="utf-8"?>
<ablecommerce>
<settings>
<item key="CheckoutRetryCount" value="3" />
<item key="ContextCacheSize" value="1000" />
<item key="GoogleFeedInterval" value="360" />
<item key="MaintenanceInterval" value="360" /> <------------------------------------------
<item key="PageTrackingEnabled" value="True" />
<item key="PageTrackingIgnoreDirs" value="Admin,Assets,ClientApi,images,Install,Layouts" />
<item key="RecurringOrdersSchedulerInterval" value="240" />
<item key="SearchProvider" value="SqlSearchProvider" />
<item key="UseDemoMode" value="False" />
<item key="ViewStateWarningSize" value="0" />
</settings>
</ablecommerce>

Re: Application Cleanup/Maintenance

Posted: Fri Jun 09, 2017 5:30 am
by matty
Are these times in minutes?

Re: Application Cleanup/Maintenance

Posted: Wed Jun 14, 2017 1:20 am
by Katie
Yes, that is correct.