diff s4-funcs.sh @ 801:d368b937956e

Limit the number of articles to show by default
author HIROSE Yuuji <yuuji@gentei.org>
date Sun, 14 Jun 2020 12:41:31 +0900
parents 2c5a8c5dd1ee
children 1de1319dce99
line wrap: on
line diff
--- a/s4-funcs.sh	Fri Jun 12 19:01:48 2020 +0900
+++ b/s4-funcs.sh	Sun Jun 14 12:41:31 2020 +0900
@@ -19,6 +19,7 @@
 sessdb=$dbdir/sess.sq3
 sesstb=tmp.sess
 listentlimit=${LISTENTLIMIT:-30}
+listartlimit=${LISTARTLIMIT:-50}
 admin=${ADMIN:-hostmaster@example.org}
 noreply=${NOREPLY:-noreply@example.org}
 noreply_from="${S4NAME:-s4} message notification <$noreply>"

yatex.org