From a7fa3f703dc4c01586c825f486cd39a62eaca2ad Mon Sep 17 00:00:00 2001 From: sighphyre Date: Wed, 23 Feb 2022 15:30:13 +0200 Subject: [PATCH] docs: update docs for Go SDK because wait until initialized already exists --- website/docs/sdks/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/sdks/index.md b/website/docs/sdks/index.md index 14ba30fd97..63f0626995 100644 --- a/website/docs/sdks/index.md +++ b/website/docs/sdks/index.md @@ -53,7 +53,7 @@ If you see an item marked with a ❌ that you would find useful, feel free to re |---------------------------------------------------------------------------------------------------|:----------------------:|:-------------------------:|:------------------:|:--------------------------:|:----------------------:|:-------------------------:|:--------------------:|:------------------------------------------------------:|:----------------------------------------:| | **Category: Initialization** | | | | | | | | | | | Async initialization | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | N/A | -| Can block until synchronized | ✅ | ✅ | ⭕ | ⭕ | ⭕ | ✅ | ⭕ | ⭕ | N/A | +| Can block until synchronized | ✅ | ✅ | ✅ | ⭕ | ⭕ | ✅ | ⭕ | ⭕ | N/A | | Default refresh interval | 10s | 15s | 15s | 15s | 15s | 30s | 30s | 15s | 5s | | Default metrics interval | 60s | 60s | 60s | 60s | 60s | 60s | 30s | 15s | 30s | | Context provider | ✅ | N/A | N/A | N/A | N/A | ✅ | ✅ | N/A | N/A |