Skip to content

Commit

Permalink
🔧 Chore: disable renovate (#74)
Browse files Browse the repository at this point in the history
* 🔧 Chore: disable renovate

* ♻️ Refactor: add maxidle connection time on db refresh
  • Loading branch information
mullerpeter authored Mar 23, 2024
1 parent ceba0ad commit 2fb6eae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions pkg/plugin/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ func (d *Datasource) RefreshDBConnection() error {
return err
} else {
d.databricksDB = db
d.databricksDB.SetConnMaxIdleTime(6 * time.Hour)
log.DefaultLogger.Info("Store Databricks SQL DB Connection")
return nil
}
Expand Down
3 changes: 2 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"group:recommended",
"replacements:all",
"workarounds:all"
]
],
"enabled": false
}

0 comments on commit 2fb6eae

Please sign in to comment.