in reply to Re: Make posts in Newest Nodes show longer? (PATCH)
in thread Make posts in Newest Nodes show longer?
> I wouldn't mind setting it even higher, since we have the [Checked all of this] option.
> The code to produce NN has a hard max limit of 60 days, AFAICS.°
We could extend the options by some weeks, like
12: my @array = ( 1..14, 21, 28, 35, 42, 49, 56 );
or to keep it concise
12: my @array = ( 1..7, 14, 21, 28, 35, 42, 49, 56 );
the default could be adjusted according to our traffic. :-)
°) see nodesWithinDays line 2: my $maxdays= 60;
setting $maxdays = 70 i.e. 10 weeks might help rounding up the math. (NB only thread-roots are listed if there are too many single notes.)
Cheers Rolf
(addicted to the Perl Programming Language :)
see Wikisyntax for the Monastery
|
|---|