|
139 | 139 | # primary as soon as possible. If you want to explicitly delay the replay of |
140 | 140 | # committed transactions from the master, specify a recovery apply delay. |
141 | 141 | # For example, if you set this parameter to 5min, the standby will replay |
142 | | -# each transaction commit only when the system time on the standby isleast |
143 | | -# five minutes past the commit time reported by the master. |
| 142 | +# each transaction commit only when the system time on the standby isat |
| 143 | +#leastfive minutes past the commit time reported by the master. |
144 | 144 | # |
145 | 145 | #min_recovery_apply_delay = 0 |
146 | 146 | # |
|