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 à :
Parent
a19e653da6
révision
6d35ddcfc0
1 fichiers modifiés avec 2 ajouts et 2 suppressions
|
@ -1,2 +1,2 @@
|
|||
PANTSU_DBTYPE="sqlite3"
|
||||
PANTSU_DBPARAMS="./nyaa.db"
|
||||
PANTSU_DBTYPE=sqlite3
|
||||
PANTSU_DBPARAMS=./nyaa.db?cache_size=50
|
||||
|
|
Référencer dans un nouveau ticket