You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-12-01 22:30:09 +02:00
Converted Perl threads to processes.
This commit is contained in:
@@ -77,7 +77,7 @@ sub process
|
||||
|
||||
foreach my $strCommand (sort(keys(%{commandHashGet()})))
|
||||
{
|
||||
if ($strCommand eq CMD_REMOTE)
|
||||
if ($strCommand eq CMD_REMOTE || $strCommand eq CMD_LOCAL)
|
||||
{
|
||||
next;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user