Changing default refresh rate

Since no one has answered me regarding this question, I had to find my
own way. I’ve added the following lines to index.html in order to
default the refresh rate to 2 minutes.

These lines added to change the default refresh interval

unless ($session{‘home_refresh_interval’}) {
$session{‘home_refresh_interval’} = 120; # Value in seconds.
}

If we don’t protect freedom of speech, how will we know who the assholes
are?