diff --git a/bundles/netbox/items.py b/bundles/netbox/items.py index afd1371..f261641 100644 --- a/bundles/netbox/items.py +++ b/bundles/netbox/items.py @@ -65,7 +65,7 @@ for upgrade_command in ( 'trace_paths --no-input', 'collectstatic --no-input', 'remove_stale_contenttypes --no-input', - 'reindex --no-input', + 'reindex --lazy', 'clearsessions', ): actions[f'netbox_upgrade_{upgrade_command.split()[0]}'] = {