s4

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 diff
     1.1 --- a/s4-funcs.sh	Thu Jun 11 10:35:19 2020 +0900
     1.2 +++ b/s4-funcs.sh	Sun Jun 14 12:41:31 2020 +0900
     1.3 @@ -19,6 +19,7 @@
     1.4  sessdb=$dbdir/sess.sq3
     1.5  sesstb=tmp.sess
     1.6  listentlimit=${LISTENTLIMIT:-30}
     1.7 +listartlimit=${LISTARTLIMIT:-50}
     1.8  admin=${ADMIN:-hostmaster@example.org}
     1.9  noreply=${NOREPLY:-noreply@example.org}
    1.10  noreply_from="${S4NAME:-s4} message notification <$noreply>"