-
Notifications
You must be signed in to change notification settings - Fork 0
/
cronjob.xml
32 lines (31 loc) · 1.51 KB
/
cronjob.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0" encoding="UTF-8"?>
<data xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com http://www.woltlab.com/XSD/2019/cronjob.xsd">
<import>
<cronjob name="usermap.log.cleanup">
<classname>usermap\system\cronjob\LogCleanupCronjob</classname>
<description>Deletes expired Usermap log entries</description>
<description language="de">Löscht abgelaufene Protokoll-Einträge der Benutzerkarte</description>
<startminute>10</startminute>
<starthour>2</starthour>
<startdom>*</startdom>
<startmonth>*</startmonth>
<startdow>*</startdow>
<active>1</active>
<canbeedited>1</canbeedited>
<canbedisabled>1</canbedisabled>
</cronjob>
<cronjob name="usermap.cache.cleanup">
<classname>usermap\system\cronjob\GeocacheCleanupCronjob</classname>
<description>Deletes expired Usermap geocoding cache entries</description>
<description language="de">Löscht abgelaufene Geocoding-Cache-Einträge der Benutzerkarte</description>
<startminute>20</startminute>
<starthour>2</starthour>
<startdom>*</startdom>
<startmonth>*</startmonth>
<startdow>*</startdow>
<active>1</active>
<canbeedited>1</canbeedited>
<canbedisabled>1</canbedisabled>
</cronjob>
</import>
</data>