Enha: remove bot without room

This commit is contained in:
Grail Finder
2025-07-06 12:57:02 +03:00
parent a38472a685
commit e84941d593
5 changed files with 46 additions and 12 deletions

View File

@ -40,6 +40,7 @@ func NewRepoProvider(pathToDB string) *RepoProvider {
os.Exit(1)
}
slog.Info("Successfully connected to database")
// db.SetMaxOpenConns(2)
rp := &RepoProvider{
DB: db,
pathToDB: pathToDB,