fixing 24h shares retention in dist config
This commit is contained in:
parent
0272fb222b
commit
993ddaf3bc
@ -210,10 +210,10 @@ $config['payout_system'] = 'prop';
|
|||||||
*
|
*
|
||||||
* Default:
|
* Default:
|
||||||
* maxrounds = 10
|
* maxrounds = 10
|
||||||
* maxage = 60 * 60 * 24 (24h)
|
* maxage = 60 * 24 (24h)
|
||||||
**/
|
**/
|
||||||
$config['archive']['maxrounds'] = 10;
|
$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=`
|
// 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
|
// If empty, the block link to the block information page will be removed
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user