From b9eb6b77801232baf9f04089a68a19718add35ef Mon Sep 17 00:00:00 2001 From: Bucky Wilson Date: Wed, 10 Jan 2018 09:54:17 +1000 Subject: [PATCH] Pruned unnecessary lines from config the now removed lines solved a temporary issue, since resolved --- config.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/config.yaml b/config.yaml index 1f9d654ae..14843747c 100644 --- a/config.yaml +++ b/config.yaml @@ -108,8 +108,6 @@ 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 connection information is only used for mysql/postgres db_host: "localhost"