Skip to content

Commit

Permalink
docs: updated failed gateway kick time, removed .html
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobinstein committed Sep 5, 2024
1 parent d5dc1c7 commit 5997531
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/src/gateways/ar-io-node/arnsoip/observer.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
permalink: "/gateways/ar-io-node/arnsoip/observer"
next: false
---

Expand Down Expand Up @@ -130,7 +131,7 @@ In cases where rewards are not distributed, either due to the inactivity or defi

## Handling Inactive Gateways

To maintain network efficiency and reduce contract state bloat, gateways that are consistently offline, specifically for six (6) consecutive epochs, and thus fail to receive rewards, will be automatically removed from the Gateway Active Registry (GAR) as well as have their staked IO tokens unlocked and returned to the gateway operator.
To maintain network efficiency and reduce contract state bloat, gateways that are consistently offline, specifically for thirty (30) consecutive epochs, and thus fail to receive rewards, will be automatically removed from the Gateway Active Registry (GAR) as well as have their staked IO tokens unlocked and returned to the gateway operator.

## Observer Report Details

Expand Down
16 changes: 16 additions & 0 deletions docs/src/redirects/arnsoip-observer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: Redirecting...
permalink: "/gateways/ar-io-node/arnsoip/observer.html"
---

<script>
if (typeof window !== 'undefined') {
const hash = window.location.hash; // Get the current hash (if any)
const newUrl = "/gateways/ar-io-node/arnsoip/observer" + hash; // Append the hash to the new URL

// Redirect without a delay
window.location.replace(newUrl);
}
</script>

Redirecting to the new page...

0 comments on commit 5997531

Please sign in to comment.