Skip to content

Commit

Permalink
chore: update Devenv Postgres configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
hauleth committed Nov 12, 2024
1 parent 374e787 commit 1ed6868
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@
'';
listen_addresses = "127.0.0.1";
port = 6432;
settings = {
max_prepared_transactions = 262143;
};
};

process.manager.implementation = "honcho";
Expand Down

0 comments on commit 1ed6868

Please sign in to comment.