]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - config.php.sample
Link rtsp, mms & tel URI schemes, correct pseudo-protocol ones.
[quix0rs-gnu-social.git] / config.php.sample
index 5f7a44c6344ea96277c03e881cd95a75ab4c3255..db1a216635a71efe8e93d5551fbc52467fb0d34e 100644 (file)
@@ -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;