PlasmoHQ / plasmo

🧩 The Browser Extension Framework
https://www.plasmo.com
MIT License
8.84k stars 314 forks source link

[BUG] check for a new version timeout is too long #990

Open zystudios opened 1 month ago

zystudios commented 1 month ago

What happened?

image

Please consider that some people will be developing plugins offline

Every time you run dev or build, it will check for a new version, this timeout is too long, you have to wait for 30 sec, is it possible to reduce the time?

Version

Latest

What OS are you seeing the problem on?

MacOSX

What browsers are you seeing the problem on?

Chrome

Relevant log output

No response

(OPTIONAL) Contribution

Code of Conduct

aiktb commented 1 month ago

The network is often unstable when developing with a VPN, which is annoying and would be better if it could be turned off.

louisgv commented 3 weeks ago

Ah, maybe we can add a timeout race to cut it off.