mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-03-03 14:52:21 +02:00
Increase process-max limit to 999.
Recent hardware has outstripped the old default so increase it to something that should last for a while. Suggested by Rakshitha-BR.
This commit is contained in:
parent
9a7eab9428
commit
c72a94cfec
@ -1893,7 +1893,7 @@ my %hConfigDefine =
|
||||
&CFGDEF_SECTION => CFGDEF_SECTION_GLOBAL,
|
||||
&CFGDEF_TYPE => CFGDEF_TYPE_INTEGER,
|
||||
&CFGDEF_DEFAULT => 1,
|
||||
&CFGDEF_ALLOW_RANGE => [1, 96],
|
||||
&CFGDEF_ALLOW_RANGE => [1, 999],
|
||||
&CFGDEF_COMMAND =>
|
||||
{
|
||||
&CFGCMD_ARCHIVE_GET => {},
|
||||
|
@ -32,6 +32,14 @@
|
||||
<release-item>
|
||||
<p>The <cmd>archive-push</cmd> command is implemented entirely in C.</p>
|
||||
</release-item>
|
||||
|
||||
<release-item>
|
||||
<release-item-contributor-list>
|
||||
<release-item-ideator id="rakshitha.br"/>
|
||||
</release-item-contributor-list>
|
||||
|
||||
<p>Increase <br-option>process-max</br-option> limit to <id>999</id>.</p>
|
||||
</release-item>
|
||||
</release-improvement-list>
|
||||
|
||||
<release-development-list>
|
||||
@ -6851,6 +6859,11 @@
|
||||
<contributor-id type="github">pritammobisoft</contributor-id>
|
||||
</contributor>
|
||||
|
||||
<contributor id="rakshitha.br">
|
||||
<contributor-name-display>Rakshitha-BR</contributor-name-display>
|
||||
<contributor-id type="github">Rakshitha-BR</contributor-id>
|
||||
</contributor>
|
||||
|
||||
<contributor id="ronan.dunklau">
|
||||
<contributor-name-display>Ronan Dunklau</contributor-name-display>
|
||||
<contributor-id type="github">rdunklau</contributor-id>
|
||||
|
@ -2449,7 +2449,7 @@ static ConfigDefineOptionData configDefineOptionData[] = CFGDEFDATA_OPTION_LIST
|
||||
|
||||
CFGDEFDATA_OPTION_OPTIONAL_LIST
|
||||
(
|
||||
CFGDEFDATA_OPTION_OPTIONAL_ALLOW_RANGE(1, 96)
|
||||
CFGDEFDATA_OPTION_OPTIONAL_ALLOW_RANGE(1, 999)
|
||||
CFGDEFDATA_OPTION_OPTIONAL_DEFAULT("1")
|
||||
)
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user