Alfred Campbell wrote: > Guys, > > Some confusion on software update yesterday that drove me a little nuts. > The system actually checks every HOUR for software updates. > > I am seeing an update in the Apache logs of our repository every 1 hour > from every sipXecs system out there. > > Can someone confirm this as I think every hour maybe a little too much > :) > > Al
The check for update is controlled by: checkForUpdatesTrigger.property (in milliseconds) It's currently set by default to: 86400000 - which I think corresponds to 24 hours. 1000 * 60 * 60 * 24 = 86400000 If you are seeing that something checks more often than that it's either a bug in sipXconfig or you have some other components installed that might be doing the checking... D. See: sipXconfig/neoconf/src/org/sipfoundry/sipxconfig/admin/admin.beans.xml _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev sipXecs IP PBX -- http://www.sipfoundry.org/
