Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Add cache_size param with sqlite backend

Need a better way to deal with config, docker uses environment variables
mostly and the application uses .go files. Keeping the two in sync will
probably end up being annoying.
Cette révision appartient à :
tomleb 2017-05-06 01:40:16 -04:00
Parent 5fe679b4a6
révision 17f632bae7

Voir le fichier

@ -1,2 +1,2 @@
PANTSU_DBTYPE="sqlite3"
PANTSU_DBPARAMS="./nyaa.db"
PANTSU_DBTYPE=sqlite3
PANTSU_DBPARAMS=./nyaa.db?cache_size=50