Application Cleanup/Maintenance

For general questions and discussions specific to the AbleCommerce GOLD ASP.Net shopping cart software.
Post Reply
ajackson
Ensign (ENS)
Ensign (ENS)
Posts: 18
Joined: Wed Sep 28, 2016 3:25 am

Application Cleanup/Maintenance

Post by ajackson » Tue Feb 21, 2017 2:19 am

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.

User avatar
Shopping Cart Admin
AbleCommerce Admin
AbleCommerce Admin
Posts: 3055
Joined: Mon Dec 01, 2003 8:41 pm
Location: Vancouver, WA
Contact:

Re: Application Cleanup/Maintenance

Post by Shopping Cart Admin » Thu Mar 16, 2017 8:54 am

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>
Thanks for your support

Shopping Cart Guru
AbleCommerce.com
Follow us on Facebook

matty
Ensign (ENS)
Ensign (ENS)
Posts: 10
Joined: Wed Jun 07, 2017 10:58 am

Re: Application Cleanup/Maintenance

Post by matty » Fri Jun 09, 2017 5:30 am

Are these times in minutes?

User avatar
Katie
AbleCommerce Admin
AbleCommerce Admin
Posts: 2651
Joined: Tue Dec 02, 2003 1:54 am
Contact:

Re: Application Cleanup/Maintenance

Post by Katie » Wed Jun 14, 2017 1:20 am

Yes, that is correct.
Thank you for choosing AbleCommerce!

http://help.ablecommerce.com - product support
http://wiki.ablecommerce.com - developer support

Post Reply