michaelcai
michaelcai
> @sisterAn 没有依赖关系的异步操作不使用 `await` 就没有你所说的性能问题了。 比如: > > ```js > async function test() { > // 以下代码没有依赖性的话,不使用 await 便不会阻塞运行 > fetch('XXX1') > fetch('XXX2') > fetch('XXX3') > } > ``` 其实提到了...
修改layout/_widget/dnsprefetch.ejs文件。修改内容如下: ``` // to ``` 原因在于没有对配置做基本的检查。事实上里面很多配置只要任意少一些都会直接炸,没有做任何的默认选项。 因为版本可能改动了文件位置,不过你可以全局搜索关键字,修改方式也是前面加检查即可。
[debug.log](https://github.com/filecoin-project/boost/files/12115701/debug.log) @LexLuthr
> 3\. Which version of GoLang are you using? 1. The boost is completely shutdown. 2. Because of some auto-repairable issues, network instability and such, it was able to reconnect...
> @michaelcai We need more details on this situation. > > 1. Can you please explain why is your network unstable? What is the behaviour? > 2. Is the Boostd...