Skip to content

Commit

Permalink
fix(backend): sql查询性能优化 #7666
Browse files Browse the repository at this point in the history
# Reviewed, transaction id: 22794
  • Loading branch information
WytheLi authored and zhangzhw8 committed Nov 5, 2024
1 parent 465f30c commit b281ed6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dbm-ui/backend/db_meta/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ def ready(self):
from backend.db_meta.signals import update_cluster_status
from backend.db_meta.utils import cache_appcache_data

post_migrate.connect(cache_appcache_data, sender=AppCache)
post_save.connect(cache_appcache_data, sender=AppCache)

post_migrate.connect(init_db_meta, sender=self)
Expand Down

0 comments on commit b281ed6

Please sign in to comment.