vipyrsec / dragonfly-mainframe

The mainframe for Dragonfly
https://docs.vipyrsec.com/dragonfly-mainframe/
MIT License
5 stars 1 forks source link

Bump SQLAlchemy pool size to 25 #111

Closed Robin5605 closed 1 year ago

Robin5605 commented 1 year ago

Bump the SQLAlchemy connection pool size to 25. The default is 5 and I think this might be too low for our usecase, since we're seeing a lot of pool size exceeded type errors in kubernetes.

import-pandas-as-numpy commented 1 year ago

LGTM :shipit: