0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-12-25 20:14:28 +01:00
gitea/modules/setting
zeripath d8161ee3fd
Expose db.SetMaxOpenConns and allow non MySQL dbs to set conn pool params (#8528)
* Expose db.SetMaxOpenConns and allow other dbs to set their connection params
* Add note about port exhaustion

Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com>
2019-10-21 22:20:47 +01:00
..
cache.go
cors.go
cron.go
database.go Expose db.SetMaxOpenConns and allow non MySQL dbs to set conn pool params (#8528) 2019-10-21 22:20:47 +01:00
database_sqlite.go Move database settings from models to setting (#7806) 2019-08-24 11:24:45 +02:00
database_test.go
git.go
indexer.go
indexer_test.go
log.go
mailer.go
markup.go
repository.go Sign merges, CRUD, Wiki and Repository initialisation with gpg key (#7631) 2019-10-16 14:42:42 +01:00
service.go Add setting to disable BASIC authentication (#8586) 2019-10-19 15:27:15 +01:00
session.go
setting.go Fix password complexity regex for special characters (on master) (#8525) 2019-10-16 11:09:58 +08:00
task.go
webhook.go