Skip to content

Commit

Permalink
docs(structure): add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
RitaDias committed Sep 24, 2024
1 parent 9a5d0d1 commit 33b825c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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])

Expand Down

0 comments on commit 33b825c

Please sign in to comment.