From f3ff3ba9aab6a17767ecb1b6620ea4a90b3e087b Mon Sep 17 00:00:00 2001 From: Nicolas Azari Date: Mon, 20 May 2019 09:48:43 +0200 Subject: [PATCH] fix typo in server flags reference (#2220) --- .../manual/deployment/graphql-engine-flags/reference.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/graphql/manual/deployment/graphql-engine-flags/reference.rst b/docs/graphql/manual/deployment/graphql-engine-flags/reference.rst index 6ca18d29ff3..b15f64c93ca 100644 --- a/docs/graphql/manual/deployment/graphql-engine-flags/reference.rst +++ b/docs/graphql/manual/deployment/graphql-engine-flags/reference.rst @@ -171,7 +171,7 @@ For ``serve`` sub-command these are the flags and ENV variables available: - updated results (if any) will be sent at most once in this interval (in milliseconds) for live queries which can be multiplexed. Default: 1000 (1sec) - * - ``live-quries-multiplexed-batch-size`` + * - ``live-queries-multiplexed-batch-size`` - ``HASURA_GRAPHQL_LIVE_QUERIES_MULTIPLEXED_BATCH_SIZE`` - multiplexed live queries are split into batches of the specified size. Default 100.