Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
Spotted by Feike
  • Loading branch information
alexeyklyukin committed Mar 8, 2021
1 parent d8fa43c commit f6b74b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/pgtune/misc.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const (
// see https://www.postgresql.org/docs/13/release-13.html
// on how to translate between the old and the new value.
effectiveIODefaultOldVersions = "200"
effectiveIODefault = "11176"
effectiveIODefault = "1176"

minMaxConns = 20
)
Expand Down

0 comments on commit f6b74b8

Please sign in to comment.