enh(mode)pvx-default-timeout
Avoid Perl errors when using curl backend.
This commit is contained in:
parent
7b3d7d3efa
commit
db9abbae05
|
@ -53,7 +53,7 @@ sub new {
|
|||
'basic' => { name => 'basic' },
|
||||
'username:s' => { name => 'username' },
|
||||
'password:s' => { name => 'password' },
|
||||
'timeout:s' => { name => 'timeout' },
|
||||
'timeout:s' => { name => 'timeout', default => 10 },
|
||||
'timeframe:s' => { name => 'timeframe' },
|
||||
'timezone:s' => { name => 'timezone', default => 'UTC' }
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue