EOSEssentials / EOSTracker

🗄EOS Tracker: Real time block explorer for EOS Blockchain
https://eostracker.io
GNU General Public License v3.0
168 stars 101 forks source link

dashboard refresh time bug #67

Closed newbieh4cker closed 6 years ago

newbieh4cker commented 6 years ago

thanks to @kesar, I found ways to decrease refresh time.

I've set https://github.com/EOSEssentials/EOSTracker-API/blob/master/src/AppBundle/Controller/DefaultController.php#L24 this to PT1S, and it works perfect.

However, I wanted to refresh dashboard every nano seconds, so I decided to comment entire line 24, and it didn't work. (something like 'no time define' error occurs).

The problem is, when I uncomment line 24, EOSTracker main page(main-xxx.js) generatea 't.map' is not a function error.

tianyangj commented 6 years ago

This is probably related to EOSTracker-API project. I am closing this issue here, if you feel it is a front end issue, please let me know.