Skip to content

Commit c8193e5

Browse files
committed
Use the default retry value of 60 seconds, not the long lifetime of the cache
1 parent a2b73f8 commit c8193e5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

wcfsetup/install/files/lib/system/background/job/TolerantCacheRebuildBackgroundJob.class.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,6 @@ public function queueAgain(): bool
4343
return false;
4444
}
4545

46-
#[\Override]
47-
public function retryAfter()
48-
{
49-
return (new $this->cacheClass(...$this->parameters))->getLifetime();
50-
}
51-
5246
#[\Override]
5347
public function perform()
5448
{

0 commit comments

Comments
 (0)