diff options
author | Remi Collet <remi@remirepo.net> | 2024-04-03 15:23:57 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-04-03 15:23:57 +0200 |
commit | 9d005cc4bd17b1fb59403e641d9a6254a58eb797 (patch) | |
tree | cbfaacbddcdb0ef7712228e034f0918014c0aa89 /checkpkgist.php | |
parent | 5ef47f2699bc8af7d683a969eb97b6c1d42f64db (diff) |
Diffstat (limited to 'checkpkgist.php')
-rwxr-xr-x | checkpkgist.php | 5 |
1 files changed, 3 insertions, 2 deletions
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 <remi@fedoraproject.org> - * @copyright 2014 Remi Collet + * @author Remi Collet <remi@remirepo.net> + * @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 ) ); |