From 9d005cc4bd17b1fb59403e641d9a6254a58eb797 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 3 Apr 2024 15:23:57 +0200 Subject: set cache lifetime --- checkpkgist.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'checkpkgist.php') diff --git a/checkpkgist.php b/checkpkgist.php index 756c429..d566ba3 100755 --- a/checkpkgist.php +++ b/checkpkgist.php @@ -24,8 +24,8 @@ * @category CheckPkgist * @package FedoraClient * - * @author Remi Collet - * @copyright 2014 Remi Collet + * @author Remi Collet + * @copyright 2014-2024 Remi Collet * @license http://www.gnu.org/licenses/lgpl-2.1.txt LGPL License 2.1 or (at your option) any later version * @link https://github.com/remicollet/remirepo/tree/master/tools/checkpkgist */ @@ -49,6 +49,7 @@ class PkgClient { array( 'memoryCaching' => true, 'cacheDir' => $dir, + 'lifeTime' => 1800, 'automaticSerialization' => true ) ); -- cgit