enh(mode)pvx-default-timeout

Avoid Perl errors when using curl backend.
This commit is contained in:
Simon Bomm 2020-06-03 17:04:17 +02:00 committed by GitHub
parent 7b3d7d3efa
commit db9abbae05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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' }
});