Skip to content

Commit

Permalink
Merge pull request #96 from sgotti/remove_wal_archive_hardcoded_param…
Browse files Browse the repository at this point in the history
…eters

keeper: remove hardcoded wal archive parameters.
  • Loading branch information
sgotti committed Nov 2, 2015
2 parents cbad1a5 + f75de1e commit e5fa544
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cmd/keeper/keeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,8 @@ func init() {

var defaultPGParameters = pg.Parameters{
"unix_socket_directories": "/tmp",
"archive_mode": "on",
"wal_level": "hot_standby",
"archive_command": "mkdir -p ../wal_archive && cp %p ../wal_archive/%f",
"wal_keep_segments": "8",
"archive_timeout": "1800s",
"hot_standby": "on",
}

Expand Down

0 comments on commit e5fa544

Please sign in to comment.