Template of a custom feed generator service for the Bluesky network in Ruby

higher sqlite timeout length on production

Changed files
+1 -1
config
+1 -1
config/database.yml
··· 6 6 production: 7 7 adapter: sqlite3 8 8 database: db/bluesky.sqlite3 9 - timeout: 15000 9 + timeout: 30000