diff --git a/config.yaml b/config.yaml index 1126759d6..7972955a3 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"