File: readme.txt
Size: 690
Date: Tue, 22 Aug 2017 17:30:57 +0200
Type: txt
-----------------------------------------------------------

Here is a summary of the properties used by Cookie Manager.
The values in these examples are the defaults you would get
if the properties don't exist.

n_jagscheduler:

com.topwiz.jagscheduler.debug=true  ( show debug messages )
com.topwiz.jagscheduler.jobs=pkg/cmp/int,pkg/cmp/int,...

The jobs property is a comma separated list. Each entry
is formatted like this:

package/component/interval   (in seconds)


n_cookiemgr:

com.topwiz.cookiemgr.debug=true  ( show debug messages )
com.topwiz.cookiemgr.cookies=1   ( how many cookies to keep )

-----------------------------------------------------------