Skip to content

Commit

Permalink
Merge branch 'master' into simple-vault
Browse files Browse the repository at this point in the history
  • Loading branch information
ashu3103 authored Mar 3, 2024
2 parents eb87fa6 + d9f9253 commit 6658f43
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/include/pgagroal.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ extern "C" {
#define HTTP_BUFFER_SIZE 1024



#define MAX_USERNAME_LENGTH 128
#define MAX_DATABASE_LENGTH 256
#define MAX_TYPE_LENGTH 16
Expand Down
1 change: 0 additions & 1 deletion src/libpgagroal/configuration.c
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,6 @@ pgagroal_validate_configuration(void* shm, bool has_unix_socket, bool has_main_s
pgagroal_log_warn("pgagroal: Using rotate_frontend_password_timeout for the transaction pipeline is not recommended");
}


if (config->max_connection_age > 0)
{
pgagroal_log_warn("pgagroal: Using max_connection_age for the transaction pipeline is not recommended");
Expand Down

0 comments on commit 6658f43

Please sign in to comment.