mirror of
https://github.com/graphql-hive/console
synced 2026-05-23 00:58:36 +00:00
fix serverless deploy link (#6228)
This commit is contained in:
parent
72f4b879f8
commit
58c91f1c39
1 changed files with 3 additions and 3 deletions
|
|
@ -14,9 +14,9 @@ gateway. Hive Gateway provides a shared caching storage that can be used across
|
|||
subgraph execution and remote schema caching.
|
||||
|
||||
<Callout>
|
||||
If you are running Hive Gateway [serverless on the edge](/gateway/deployment/serverless), you're
|
||||
highly advised to provide a cache. Aside from all of the aforementioned benefits, the biggest one
|
||||
is caching the remote schema so that it does not get pulled on each request.
|
||||
If you are running Hive Gateway [serverless on the edge](/docs/gateway/deployment/serverless),
|
||||
you're highly advised to provide a cache. Aside from all of the aforementioned benefits, the
|
||||
biggest one is caching the remote schema so that it does not get pulled on each request.
|
||||
</Callout>
|
||||
|
||||
## Providing Cache Storage
|
||||
|
|
|
|||
Loading…
Reference in a new issue