We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b951c8 commit 5e4429fCopy full SHA for 5e4429f
pfSense-pkg-RESTAPI/files/usr/local/pkg/RESTAPI/Caches/AvailablePackageCache.inc
@@ -12,8 +12,7 @@ use function RESTAPI\Dispatchers\get_pkg_info;
12
*/
13
class AvailablePackageCache extends Cache {
14
public int $timeout = 120;
15
- public string $schedule = 'hourly';
16
-
+ public string $schedule = '12 * * * *'; # Run at irregular interval to avoid conflicts with repo jobs
17
/**
18
* Retrieves the available package information to cache from external repos
19
0 commit comments