TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Nodemailer postinstall script wastes 2 months of computation time every week

2 点作者 anandchowdhary超过 4 年前

1 comment

theamk超过 4 年前
Summary: the script shows advertisement, and adds a 4 second delay after that.<p>But the tweet is actually incorrect. setTimeout call does not use any &quot;computation time&quot; (or &quot;cpu time&quot; or &quot;userspace time&quot;). It does waste wall-clock time, but CPU can do other things at that time. As long as your machine has other things to do, nothing is wasted.
评论 #24688324 未加载