mix deps HEX_HTTP_CONCURRENCY=1 HEX_HTTP_TIMEOUT=120 timeout

mix  deps.get  timeout 問題:
If this happens consistently, adjust your concurrency and timeout settings:

    HEX_HTTP_CONCURRENCY=1 HEX_HTTP_TIMEOUT=120 mix deps.get
解決方法:
HEX_HTTP_CONCURRENCY=3 HEX_HTTP_TIMEOUT=1200 mix deps.get 

備註:實際上就是使用環境變量
相關文章
相關標籤/搜索