mirror of
https://github.com/nextcloud/server.git
synced 2026-06-29 12:24:50 +02:00
e4183236ed
These jobs that were setting their interval to 0 were not really running at every run of cron.php if the run was in the same second. To keep the same behaior, I am updating those intervals to 1 second. Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com>