From 3d6b93ca73d9b2205383ff0616c4f28e8966b62f Mon Sep 17 00:00:00 2001 From: Shaheen Date: Wed, 11 Sep 2024 21:05:38 +0530 Subject: [PATCH] fix: inspect usage warning --- .../version-1.3/development/send-requests.md | 2 +- .../version-1.5/development/send-requests.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cartesi-rollups_versioned_docs/version-1.3/development/send-requests.md b/cartesi-rollups_versioned_docs/version-1.3/development/send-requests.md index 3c8c3b60..39d0a443 100644 --- a/cartesi-rollups_versioned_docs/version-1.3/development/send-requests.md +++ b/cartesi-rollups_versioned_docs/version-1.3/development/send-requests.md @@ -207,7 +207,7 @@ Here is a [React.js + Typescript template](https://github.com/prototyp3-dev/fron Inspect requests are directly made to the rollup server, and the Cartesi Machine is activated without modifying its state. :::caution Inspect requests -Inspect requests are best suited for non-production use, such as debugging and testing. They may not function reliably in production environments, potentially leading to errors or disruptions. +Inspect requests should be used cautiously in production environments with heavy traffic or limited resources. Performing thorough stress testing in a staging environment is recommended to assess the impact of Inspect calls on node performance. ::: ![img](../../../static/img/v1.3/inspect.jpg) diff --git a/cartesi-rollups_versioned_docs/version-1.5/development/send-requests.md b/cartesi-rollups_versioned_docs/version-1.5/development/send-requests.md index 525b33b9..f826bcc1 100644 --- a/cartesi-rollups_versioned_docs/version-1.5/development/send-requests.md +++ b/cartesi-rollups_versioned_docs/version-1.5/development/send-requests.md @@ -207,7 +207,7 @@ Follow [the React.js tutorial to build a frontend for your application](../tutor Inspect requests are directly made to the rollup server, and the Cartesi Machine is activated without modifying its state. :::caution Inspect requests -Inspect requests are best suited for non-production use, such as debugging and testing. They may not function reliably in production environments, potentially leading to errors or disruptions. +Inspect requests should be used cautiously in production environments with heavy traffic or limited resources. Performing thorough stress testing in a staging environment is recommended to assess the impact of Inspect calls on node performance. ::: ![img](../../../static/img/v1.3/inspect.jpg)