Skip to content

Commit

Permalink
docs: πŸ“ include partial for warning prevent premature shutdown to faq
Browse files Browse the repository at this point in the history
  • Loading branch information
heldrida committed Jan 19, 2024
1 parent 8967482 commit 49653ed
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ tags:

import Author from '@site/src/components/Author';
import TipShutdownGracefully from '../../guides/partials/_tip_shutdown_gracefully.mdx';
import WarningPreventPrematureShutdown from '../../guides/partials/_warning_prevent_premature_shutdown.mdx';

## TL;DR

Expand Down Expand Up @@ -105,6 +106,8 @@ lgtn opt in
To prevent any negative impact on the node's reputation, it's advisable to wait until the end of the Epoch (~24h) before shutting down the node when opting out. The same applies to nodes that have opted-in but are currently offline.
:::

<WarningPreventPrematureShutdown />

<TipShutdownGracefully />

## Diagnostic tools
Expand Down

0 comments on commit 49653ed

Please sign in to comment.