diff --git a/packages/sanity/src/structure/panes/document/DocumentPaneProvider.tsx b/packages/sanity/src/structure/panes/document/DocumentPaneProvider.tsx index e94fbef56096..73f74dee01f2 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])