issues
search
ronin-rb
/
ronin-app
A local web interface for Ronin.
https://ronin-rb.dev
GNU Affero General Public License v3.0
26
stars
8
forks
source link
Attempt to fix ActiveRecord timeout issues
#114
Closed
postmodern
closed
6 months ago
postmodern
commented
6 months ago
See #16.
Added a Sinatra
after
hook for the frontend to clear the connection pool after each request.
Added Sidekiq middleware to clear the connection pool after each job.
See #16.
after
hook for the frontend to clear the connection pool after each request.