Merge branch 'test'

This commit is contained in:
pigwin
2025-01-04 21:27:15 +00:00
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ on:
push: push:
branches: branches:
- main - main
- test
jobs: jobs:
build: build:

View File

@@ -26,7 +26,7 @@ func ConnectToPostgreSQL() (*sql.DB, error) {
return nil, err return nil, err
} }
fmt.Println("Connection to PostgreSQL opened successfully!") fmt.Println("Connection to PostgreSQL opened successfully :D")
// Set the maximum number of open connections to 20 // Set the maximum number of open connections to 20
db.SetMaxOpenConns(20) db.SetMaxOpenConns(20)