Why is the Storm Database Update View Very Slow ?
Hi - When I make a change to the database using Laravel Migrations, I synchronise the Stom DB and it can take as long as 30 econds beofre the change is presented. I am using the following to connect to my MySQL DB: jdbc:mysql://localhost:3306/mysite
If I go to PHP MYAdmin, the changes are instantaneous.
Is there somethign I can do to speed things up ??
Many Thanks
请先登录再写评论。
What's your exact IDE version? (Help | About)
Seems to be the same issue as: https://youtrack.jetbrains.com/issue/IDEA-130867 , I'd recommend to comment in tracker.
Using 8.0.1
build ps 138 2001
I left a comment on the tracker