bitlamas / xmrig-monitor

HTML XMRig Monitor for GPU & Proxy
GNU General Public License v3.0
9 stars 5 forks source link

Auto-refresh #6

Open aka-lex opened 5 years ago

aka-lex commented 5 years ago

Auto-update does not work for me. I added hardcode to the file html

<head>
    ...
    <meta http-equiv="refresh" content="60">
    ...
</head>

now auto-update works.

bitlamas commented 5 years ago

I'm aware of that issue, it only happens with Firefox because the browser doesn't permit dynamic insertion of <meta> tags on <head>. I will give a look into it in the future.

trasherdk commented 5 years ago

I did try that <meta http-equiv="refresh" content="60"> before, but Firefox is not good at releasing memory, or is leaking like crazy, so after a (not so long) while, memory was at 90% of 16 GB.