Increased added value for afterNextExec
authorAlexander Ebert <ebert@woltlab.com>
Mon, 22 Aug 2011 19:42:00 +0000 (21:42 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 22 Aug 2011 19:42:00 +0000 (21:42 +0200)
commit7dabbb18927ec523716a2a874d4de116383d1f87
tree27469d934f3164dfc0b354203efe4a2c6eeb4dd4
parenta75e8c98b8ed96b60aadd540bf5a899fa18e1267
Increased added value for afterNextExec

Unfortunately a75e8c9 did not fix the problem as intended, values below 60 do not modify the date of next execution. This is caused by the way CronjobUtil disregards any timeframe below 1 minute (seconds aren't allowed for value anyway). To avoid this issue I've picked 120 seconds which is more than 1 minute (preventing nasty rounding errors) and far less to have any impact on the system.
wcfsetup/install/files/lib/data/cronjob/CronjobAction.class.php
wcfsetup/install/files/lib/system/cronjob/CronjobScheduler.class.php