X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=config.php.sample;h=db1a216635a71efe8e93d5551fbc52467fb0d34e;hb=444c7944809544928e05bd71479f6551acc98fc4;hp=5f7a44c6344ea96277c03e881cd95a75ab4c3255;hpb=0a2f96a93c591ba56f2b61f7f9d06fb17f275b46;p=quix0rs-gnu-social.git diff --git a/config.php.sample b/config.php.sample index 5f7a44c634..db1a216635 100644 --- a/config.php.sample +++ b/config.php.sample @@ -96,6 +96,10 @@ $config['sphinx']['port'] = 3312; #raise this if traffic is slow, lower it if it's fast #$config['tag']['dropoff'] = 86400.0 * 10; +#exponential decay factor for popular (most favorited notices) +#default 10 days -- similar to tag dropoff +#$config['popular']['dropoff'] = 86400.0 * 10; + #optionally show non-local messages in public timeline #$config['public']['localonly'] = false;