MXCzkEVM / moonchain-wallet

Moonchain wallet official repo, Your trusted self custodial wallet.
Other
1 stars 1 forks source link

Extend Timer for Customer Support Logs from 5 Minutes to 30 Minutes #88

Closed reasje closed 1 week ago

reasje commented 2 weeks ago

Currently, customer support logs refresh every 5 minutes, which is too frequent and may result in unnecessary resource use. To improve performance and align with support needs, update the timer to refresh logs every 30 minutes instead of every 5 minutes.

cc: @sheenhx

reasje commented 2 weeks ago

Also we are going to divide logs into two catagories :

  1. Important : Error logs in app
  2. Not important : Error + Info logs in webview + Info logs (request logs) This will default to important logs only, If user wants to enable not important logs then user will go to
SanghamitraBhowmick1993 commented 2 weeks ago

cc: @hairyf

reasje commented 2 weeks ago

@SanghamitraBhowmick1993 Just pushed the changes.

SanghamitraBhowmick1993 commented 1 week ago

works!!