mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-09 18:30:16 +00:00
Update default entry link. Handle catch/exit on signal better, faster.
This commit is contained in:
@@ -50,7 +50,7 @@ has 'entry_link' => (
|
||||
is => 'rw',
|
||||
isa => 'Str',
|
||||
required => 0,
|
||||
default => sub { return 'https://api.tools.percona.com' },
|
||||
default => sub { return 'https://api-pws.percona.com' },
|
||||
);
|
||||
|
||||
has 'ua' => (
|
||||
|
Reference in New Issue
Block a user