- Notifications
You must be signed in to change notification settings - Fork5
Commit8c0a5eb
committed
Raise maximum value of several timeout parameters
The maximum value of deadlock_timeout, max_standby_archive_delay,max_standby_streaming_delay, log_min_duration_statement, andlog_autovacuum_min_duration was INT_MAX/1000 milliseconds, which isabout 35min, which is too short for some practical uses. Raise themaximum value to INT_MAX; the code that uses the parameters alreadysupports that just fine.1 parent84abea7 commit8c0a5eb
1 file changed
+5
-5
lines changedLines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1436 | 1436 |
| |
1437 | 1437 |
| |
1438 | 1438 |
| |
1439 |
| - | |
| 1439 | + | |
1440 | 1440 |
| |
1441 | 1441 |
| |
1442 | 1442 |
| |
| |||
1446 | 1446 |
| |
1447 | 1447 |
| |
1448 | 1448 |
| |
1449 |
| - | |
| 1449 | + | |
1450 | 1450 |
| |
1451 | 1451 |
| |
1452 | 1452 |
| |
| |||
1456 | 1456 |
| |
1457 | 1457 |
| |
1458 | 1458 |
| |
1459 |
| - | |
| 1459 | + | |
1460 | 1460 |
| |
1461 | 1461 |
| |
1462 | 1462 |
| |
| |||
1894 | 1894 |
| |
1895 | 1895 |
| |
1896 | 1896 |
| |
1897 |
| - | |
| 1897 | + | |
1898 | 1898 |
| |
1899 | 1899 |
| |
1900 | 1900 |
| |
| |||
1905 | 1905 |
| |
1906 | 1906 |
| |
1907 | 1907 |
| |
1908 |
| - | |
| 1908 | + | |
1909 | 1909 |
| |
1910 | 1910 |
| |
1911 | 1911 |
| |
|
0 commit comments
Comments
(0)