Skip to content

Commit e8aac4c

Browse files
fixed the broken table
1 parent a379883 commit e8aac4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/postgresql/flexible-server/how-to-autovacuum-tuning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Autovacuum reads pages looking for dead tuples, and if none are found, autovacuu
3737

3838
The amount of work autovacuum performs depend on two parameters:
3939

40-
| Parameter | Description
40+
| Parameter | Description
4141
| -------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
4242
`autovacuum_vacuum_cost_limit` | The amount of work autovacuum does in one go.
4343
`autovacuum_vacuum_cost_delay` | Number of milliseconds that autovacuum is asleep after it reaches the cost limit specified by the `autovacuum_vacuum_cost_limit` parameter.

0 commit comments

Comments
 (0)