Hello again! 👋
As far as I can tellTHREADS_WORKER_INIT_TIMEOUT is an undocumented environment variable but I had to track it down due needing a longer timeout. Unfortunately in Vue applications we must specific our environment variables with a prefix of VUE_APP_. Because of this, I cannot increase the timeout of the worker init timeout without modifying the source of this library.
Is there anyway we can set which environment variable the library will look for?
Hello again! 👋
As far as I can tell
THREADS_WORKER_INIT_TIMEOUTis an undocumented environment variable but I had to track it down due needing a longer timeout. Unfortunately in Vue applications we must specific our environment variables with a prefix ofVUE_APP_. Because of this, I cannot increase the timeout of the worker init timeout without modifying the source of this library.Is there anyway we can set which environment variable the library will look for?