Skip to content

Commit dd40307

Browse files
committed
Update GetCrateContents.md
1 parent 8a37173 commit dd40307

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CS2Interface/IPC/Documentation/Items/GetCrateContents.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Get the contents of storage unit `crateID` owned by the given `botName`
77
> [!NOTE]
88
> Each bot can only process 1 `GetCrateContents` request at a time.
99
10-
> [!NOTE]
11-
> Requests might time out if too many are made in a short period of time. It's recommended that you cache this data and use the crate's `attributes.modification date` property to determine if your cache is fresh.
10+
> [!IMPORTANT]
11+
> If this API times out, all further requests to the `GetCrateContents` API for `botName` are also likely to time out until the interface is restarted for `botName`. To limit usage of this API, it's recommended that you cache this data and use the crate's `attributes.modification date` property to determine if your cache is fresh.
1212
1313
## Path Parameters
1414

0 commit comments

Comments
 (0)