From 6218e442b2c70a890448f51cd01a87498d58ccf2 Mon Sep 17 00:00:00 2001 From: Allan Bowe Date: Thu, 28 Oct 2021 10:47:20 +0100 Subject: [PATCH] chore: automated commit --- docs/dcc-options.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/dcc-options.md b/docs/dcc-options.md index 3365fdc..a1b9a93 100644 --- a/docs/dcc-options.md +++ b/docs/dcc-options.md @@ -7,7 +7,12 @@ The MPE_CONFIG table provides a number of options, to apply to all users: Set to YES or NO to enable email alerts. This requires email options to be preconfigured (mail server etc). ## DC_MAXOBS_WEBEDIT -By default, a maximum of 100 observations can be edited in the browser at one time. If you are using a modern browser (Chrome, Firefox) and decent client machines, and your tables have a reasonable number of columns (<50) this number can be safely increased. +By default, a maximum of 100 observations can be edited in the browser at one time. This number can be increased, but note that the following factors will impact performance: + +* Number of configured [Validations](/dcc-validations) +* Browser type and version (works best in Chrome) +* Number (and size) of columns +* Speed of client machine (laptop/desktop) ## DC_RESTRICT_VIEWER Set to YES to restrict the list of libraries and tables in VIEWER to only those explicitly set to VIEW in the MPE_SECURITY table. The default is NO (users can see all tables they already have permission to see).