You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Operations that access all connection pools (i,e. clear_active_connections!) might be slowed down if applications having hundreds of model classes, because Turntable adds connection_pools(PoolProxy) object for each model classes.
Operations that access all connection pools (i,e.
clear_active_connections!) might be slowed down if applications having hundreds of model classes, because Turntable adds connection_pools(PoolProxy) object for each model classes.