You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-12-03 22:39:18 +02:00
Improved, multi-process implementation of asynchronous archiving.
This commit is contained in:
@@ -95,7 +95,7 @@ sub process
|
||||
|
||||
foreach my $strOption (sort(keys(%{$oOptionRule})))
|
||||
{
|
||||
if ($strOption =~ /^test/ || $strOption eq 'fork')
|
||||
if ($strOption =~ /^test/ || $strOption eq OPTION_ARCHIVE_MAX_MB)
|
||||
{
|
||||
next;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user