diff options
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  			)  		);  | 
