Browse Source

[docs] Refresh the download restriction properties (#1295)

Romain 5 năm trước cách đây
mục cha
commit
6de3e1cac0

+ 4 - 0
docs/docs-site/content/administrator/administration/operations.md

@@ -293,6 +293,10 @@ Load the documents:
     ./build/env/bin/hue loaddata data.json
 
 
+### Large downloads
+
+Download and export options with limited scalability unless using the [Task Server](/administrator/administration/reference/#task-server) is enabled. Restrict the number of rows or bytes transferred using the [following options](/administrator/configuration/apps/#downloads) respectively in your hue.ini.
+
 ### Slow because too documents
 
 When the database has too many entries, it will cause performance issue. The config check will help superuser to find this issue. Login as superuser and go to “Hue Administration”, this sample screenshot will be displayed in the quick start wizard when the tables have too many entries.

+ 2 - 2
docs/docs-site/content/administrator/configuration/apps/_index.md

@@ -1,5 +1,5 @@
 ---
-title: "Apps"
+title: "Editor"
 date: 2019-03-13T18:28:09-07:00
 draft: false
 weight: 3
@@ -33,7 +33,7 @@ The editor supports some global settings.
 
 ### Downloads
 
-Download and export options with limited scalability can be limited in the number of rows or bytes transferred using the following options respectively in your hue.ini:
+Download and export options with limited scalability by restricting the number of rows or bytes transferred using the following properties:
 
         [beeswax]
         # A limit to the number of rows that can be downloaded from a query before it is truncated.