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-native.git
The following commit(s) were added to refs/heads/develop by this push:
new 8c660a0 GEODE-4728 remove deprecated 'grid-client' property
8c660a0 is described below
commit 8c660a0b0e6545707f4d0b01d41f300e345eddf3
Author: Dave Barnes <[email protected]>
AuthorDate: Mon Nov 12 16:19:48 2018 -0800
GEODE-4728 remove deprecated 'grid-client' property
---
docs/geode-native-docs/configuring/sysprops.html.md.erb | 5 -----
1 file changed, 5 deletions(-)
diff --git a/docs/geode-native-docs/configuring/sysprops.html.md.erb
b/docs/geode-native-docs/configuring/sysprops.html.md.erb
index b319b0d..d563dea 100644
--- a/docs/geode-native-docs/configuring/sysprops.html.md.erb
+++ b/docs/geode-native-docs/configuring/sysprops.html.md.erb
@@ -91,11 +91,6 @@ When the chunk handler is not operative
(enable-chunk-handler=false), each appli
<td>If true, prevents server endpoints that are configured in pools from being
shuffled before use.</td>
<td>false</td>
</tr>
-<tr class="odd">
-<td>grid-client</td>
-<td>If true, the client does not start various internal threads, so that
startup and shutdown time is reduced.</td>
-<td>false</td>
-</tr>
<tr class="even">
<td>max-fe-threads</td>
<td>Thread pool size for parallel function execution. An example of this is
the GetAll operations.</td>