diff options
author | Ariel Constenla-Haile <arielch@apache.org> | 2012-08-01 23:35:27 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-05-11 21:11:35 +0100 |
commit | b9d460f18bc0144452a5fa9a4da85b5f5827d21b (patch) | |
tree | 25e7044be75be8a3ba519fd8eb0d639516cfebf7 /extensions | |
parent | 8627bf17d565e085bb204b91dfe596c4a0430d1d (diff) |
Related: #i120413# document helpful precalculated CheckInterval vals
(cherry picked from commit 1045898eb4be2f19d8435e86ff600f4d9541abf9)
Conflicts:
extensions/source/update/check/Jobs.xcu
Change-Id: Iddf1ba34bd6a48ae64c3b7b104d2e942f39df244
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/update/check/org/openoffice/Office/Jobs.xcu | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/extensions/source/update/check/org/openoffice/Office/Jobs.xcu b/extensions/source/update/check/org/openoffice/Office/Jobs.xcu index b1f9c91f5ff9..f11c14e9f74e 100644 --- a/extensions/source/update/check/org/openoffice/Office/Jobs.xcu +++ b/extensions/source/update/check/org/openoffice/Office/Jobs.xcu @@ -30,6 +30,11 @@ <value>0</value> </prop> <prop oor:name="CheckInterval" oor:type="xs:long" oor:op="replace"> + <!-- + Every Day = 86400 + Every Week = 604800 + Every Month = 2592000 + --> <value>604800</value> </prop> <prop oor:name="DownloadDestination" oor:type="xs:string" oor:op="replace"> |