Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0
Cette révision appartient à :
Eliot Whalan 2017-05-06 15:30:32 +10:00
Parent 9f41271465
révision 0d6f5ef50b

Voir le fichier

@ -19,7 +19,7 @@ type Config struct {
DBParams string `json: "db_type"`
}
var Defaults = Config{"localhost", 9999, "sqlite3", "./nyaa.db"}
var Defaults = Config{"localhost", 9999, "sqlite3", "./nyaa.db?cache_size=50"}
var allowedDatabaseTypes = map[string]bool{
"sqlite3": true,