- Added a custom refresh interval for executing query `SHOW ENGINE INNODB STATUS` - thanks to Frederick Decamps for letting me know it can be a blocking query if the server is under a very heavy workload. Setting a longer interval will let you use Dolphie more efficiently in that scenario!
1.0.3
- Fixed query list when using Performance Schema since it would sometimes not show queries - Fixed a crash when trying to format very large numbers
1.0.2
- Consolidated replication tables code to 1 function for manageability