And then removing these lines - still no error

Error maynot be solved by the introduction of db_pool/db_timeout
Restarting - may resolve issues.
This commit is contained in:
Bucky Wilson
2017-11-21 13:52:18 +10:00
parent 1ba0ddfefb
commit 1fe6ee1dcb

View File

@@ -106,8 +106,8 @@ beef:
# db_file is only used for sqlite # db_file is only used for sqlite
db_file: "beef.db" db_file: "beef.db"
db_pool: 50 # Issues with sqlite locking. #db_pool: 50 # Issues with sqlite locking.
db_timeout: 500 # https://stackoverflow.com/questions/7154664/ruby-sqlite3busyexception-database-is-locked #db_timeout: 500 # https://stackoverflow.com/questions/7154664/ruby-sqlite3busyexception-database-is-locked
# db connection information is only used for mysql/postgres # db connection information is only used for mysql/postgres
db_host: "localhost" db_host: "localhost"