mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-26 22:09:26 +01:00
Increase timer resolution from 10 seconds to 1 second
This commit is contained in:
parent
2d85b14b2e
commit
ac246dbdef
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user