Skip to content

Commit

Permalink
Update: pr#1145
Browse files Browse the repository at this point in the history
  • Loading branch information
fralonra committed Dec 8, 2018
1 parent 9356680 commit 993e3ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Server.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ fastify.get('/', (request, reply) => {

单个插件允许加载的最长时间,以毫秒计。如果某个插件加载超时,则 [`ready`](https://github.com/fastify/fastify/blob/master/docs/Server.md#ready) 会抛出一个含有 `'ERR_AVVIO_PLUGIN_TIMEOUT'` 代码的 `Error` 对象。

+ 默认值: `0` (禁用状态)
+ 默认值: `10000`

## 实例

Expand Down

0 comments on commit 993e3ed

Please sign in to comment.