in reply to Disabling Time Estimate in Smart::Comments

Hi Edward,

You could play with the values of $showstarttime and $showmaxtime in lines 15 and 16 of the file Comments.pm (I am assuming you have, already, installed the module, didn't you?)

The default values (in seconds) for those variables are:

my $showstarttime = 6; # How long before showing time-remaining + estimate my $showmaxtime = 10; # Don't start estimate if less than this + to go

I would suggest you put a large value for both variables

I hope that helps

lin0