From 993ddaf3bc316854bd01dee0ce9ea575c0d77a44 Mon Sep 17 00:00:00 2001 From: Sebastian Grewe Date: Wed, 10 Jul 2013 14:17:20 +0200 Subject: [PATCH] fixing 24h shares retention in dist config --- public/include/config/global.inc.dist.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/include/config/global.inc.dist.php b/public/include/config/global.inc.dist.php index 896d5daf..a57c1f22 100644 --- a/public/include/config/global.inc.dist.php +++ b/public/include/config/global.inc.dist.php @@ -210,10 +210,10 @@ $config['payout_system'] = 'prop'; * * Default: * maxrounds = 10 - * maxage = 60 * 60 * 24 (24h) + * maxage = 60 * 24 (24h) **/ $config['archive']['maxrounds'] = 10; -$config['archive']['maxage'] = 60 * 60 * 24; +$config['archive']['maxage'] = 60 * 24; // URL prefix for block searches, used for block links, default: `http://explorer.litecoin.net/search?q=` // If empty, the block link to the block information page will be removed