From 17f632bae78d19851ae61d8c24eeb7735fee999c Mon Sep 17 00:00:00 2001 From: tomleb Date: Sat, 6 May 2017 01:40:16 -0400 Subject: [PATCH] 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. --- deploy/sqlite.env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/sqlite.env b/deploy/sqlite.env index bf7c7893..015f7280 100644 --- a/deploy/sqlite.env +++ b/deploy/sqlite.env @@ -1,2 +1,2 @@ -PANTSU_DBTYPE="sqlite3" -PANTSU_DBPARAMS="./nyaa.db" +PANTSU_DBTYPE=sqlite3 +PANTSU_DBPARAMS=./nyaa.db?cache_size=50