1
0
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:
David Steele
2017-01-27 11:02:27 -05:00
parent 2a9ba877e1
commit 43ada9fb33
59 changed files with 4155 additions and 8588 deletions

View File

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