From 5a80f4a3a5a90e1918e085371a08e20b45a0d61f Mon Sep 17 00:00:00 2001 From: Bucky Wilson Date: Tue, 21 Nov 2017 13:52:18 +1000 Subject: [PATCH] And then removing these lines - still no error Error maynot be solved by the introduction of db_pool/db_timeout Restarting - may resolve issues. --- config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.yaml b/config.yaml index 14ec4499c..dabbbf6af 100644 --- a/config.yaml +++ b/config.yaml @@ -106,8 +106,8 @@ beef: # db_file is only used for sqlite db_file: "beef.db" - db_pool: 50 # Issues with sqlite locking. - db_timeout: 500 # https://stackoverflow.com/questions/7154664/ruby-sqlite3busyexception-database-is-locked + #db_pool: 50 # Issues with sqlite locking. + #db_timeout: 500 # https://stackoverflow.com/questions/7154664/ruby-sqlite3busyexception-database-is-locked # db connection information is only used for mysql/postgres db_host: "localhost"