Increase timer resolution from 10 seconds to 1 second

This commit is contained in:
Pragmatic Software 2017-05-21 02:23:15 -07:00
parent 2d85b14b2e
commit ac246dbdef
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ use strict;
use Carp ();
our $min_timeout = 10;
our $min_timeout = 1;
our $max_seconds = 1000000;
our $seconds = 0;
our @timer_funcs;