Update config-center.md

This commit is contained in:
李铭昕 2019-10-16 14:34:51 +08:00
parent ff2e2889ad
commit 4d344c69df

View File

@ -52,6 +52,12 @@ return [
],
// 配置更新间隔(秒)
'interval' => 5,
// 客户端IP
'client_ip' => current(swoole_get_local_ip()),
// 拉取配置超时时间
'pullTimeout' => 10,
// 拉取配置间隔
'interval_timeout' => 60,
];
```