forgejo/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
database_test.go
git.go
indexer.go Restore Graceful Restarting & Socket Activation (#7274) 2019-10-15 14:39:51 +01:00
indexer_test.go
log.go Restore Graceful Restarting & Socket Activation (#7274) 2019-10-15 14:39:51 +01:00
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