File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
server/lib/classes/cron.d Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -227,9 +227,8 @@ public function onRunJob() {
227227 //######################################################################################################
228228
229229 if ($ app ->running_on_masterserver ()) {
230- /** 7 days */
231-
232230
231+ /** 7 days */
233232 $ tstamp = time () - (60 *60 *24 *7 );
234233
235234 /*
@@ -266,10 +265,10 @@ public function onRunJob() {
266265
267266 /*
268267 * The sys_datalog is more difficult.
269- * 1) We have to keet ALL entries with
268+ * 1) We have to keep ALL entries with
270269 * server_id=0, because they depend on ALL servers (even if they are not
271270 * actually in the system (and will be insered in 3 days or so).
272- * 2) We have to keey ALL entries which are not actually precessed by the
271+ * 2) We have to keep ALL entries which are not actually precessed by the
273272 * server never mind how old they are!
274273 * 3) We have to keep the entry with the highest autoinc-id, because mysql calculates the
275274 * autoinc-id as "new value = max(row) +1" and does not store this in a separate table.
You can’t perform that action at this time.
0 commit comments