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
Some Kill Bill deployments have very large catalogs (15GB+ XML). The following snippet can make the subscriptions screen unusable (while Kill Bill returns fast in about 2 minutes, the Rails app essentially hangs):
Some Kill Bill deployments have very large catalogs (15GB+ XML). The following snippet can make the subscriptions screen unusable (while Kill Bill returns fast in about 2 minutes, the Rails app essentially hangs):
killbill-admin-ui/app/controllers/kaui/bundles_controller.rb
Lines 34 to 36 in ed56b30
We need to rewrite the controller to avoid having to keep the whole catalog in memory to build the view.
The text was updated successfully, but these errors were encountered: