From 33b825cd0cb3c88aa21d79f22945ac647a3230f6 Mon Sep 17 00:00:00 2001 From: Rita Date: Fri, 20 Sep 2024 12:55:31 +0200 Subject: [PATCH] docs(structure): add comment --- .../src/structure/panes/document/DocumentPaneProvider.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/sanity/src/structure/panes/document/DocumentPaneProvider.tsx b/packages/sanity/src/structure/panes/document/DocumentPaneProvider.tsx index e94fbef5609..73f74dee01f 100644 --- a/packages/sanity/src/structure/panes/document/DocumentPaneProvider.tsx +++ b/packages/sanity/src/structure/panes/document/DocumentPaneProvider.tsx @@ -755,7 +755,7 @@ export const DocumentPaneProvider = memo((props: DocumentPaneProviderProps) => { status: 'warning', title: t('panes.document-pane-provider.reconnecting.title'), }) - }, 2000) + }, 2000) // 2 seconds, we can iterate on the value } }, [connectionState, pushToast, t])