This is an automated email from the ASF dual-hosted git repository.

dbarnes pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new b74dc27  GEODE-7037: User Guide - Typo correction in "Timeouts for 
Long-Running Queries" (#3869)
b74dc27 is described below

commit b74dc27f68d53e0c0c4a9288dd1828ec1f2b4892
Author: Dave Barnes <[email protected]>
AuthorDate: Wed Jul 31 14:19:18 2019 -0400

    GEODE-7037: User Guide - Typo correction in "Timeouts for Long-Running 
Queries" (#3869)
---
 geode-docs/developing/query_additional/query_timeout.html.md.erb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/geode-docs/developing/query_additional/query_timeout.html.md.erb 
b/geode-docs/developing/query_additional/query_timeout.html.md.erb
index 223bd60..7085fe8 100644
--- a/geode-docs/developing/query_additional/query_timeout.html.md.erb
+++ b/geode-docs/developing/query_additional/query_timeout.html.md.erb
@@ -28,7 +28,7 @@ which detects that the JVM has too little heap memory.
 
 The default query timeout is five hours.
 Set a different amount of time, in milliseconds,
-by specifying the system variable `gemfire.cache.MAX_QUERY_EXECUTION_TIME`.
+by specifying the system variable `gemfire.Cache.MAX_QUERY_EXECUTION_TIME`.
 A value of -1 explicitly disables the timeout.
 
 When enabled, a query that runs longer than the configured timeout

Reply via email to